Skip to content

Commit 78a14cd

Browse files
committed
correct typo in package name
1 parent aea2863 commit 78a14cd

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

docs/getting_started.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ Choose one of the following, depending on your needs:
4040
```
4141

4242
## Usage
43-
`CostOmics` provides a simple, scikit-learn–style `API` through the customics package. Below is a complete example showing how to train, evaluate, and interpret a multi-omics model:
43+
`CustOmics` provides a simple, scikit-learn–style `API` through the customics package. Below is a complete example showing how to train, evaluate, and interpret a multi-omics model:
4444

4545
#### 1. Prepare your data
4646
`omics_train`: *dict mapping source name → pd.DataFrame (samples × features)*<br>

docs/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ flowchart LR
5353
class CLS,SURV task;
5454
5555
```
56-
At the core of Costomics is a two-phase mixed-integration workflow:
56+
At the core of Customics is a two-phase mixed-integration workflow:
5757

5858
- **Phase 1** trains per-source autoencoders jointly with the task heads.
5959
- **Phase 2** additionally trains the central VAE to consolidate the integrated representation.

zensical.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
[project]
2-
site_name = "CostOmics"
2+
site_name = "CustOmics"
33
repo_name = "HakimBenkirane/CustOmics"
44
repo_url = "https://github.com/HakimBenkirane/CustOmics"
55
site_url = "https://github.com/HakimBenkirane/CustOmics"
6-
site_description = "CostOmics Documentation"
6+
site_description = "CustOmics Documentation"
77
site_author = "Hakim Benkirane"
88
copyright = "Copyright &copy; 2026 Hakim Benkirane"
99
extra_css = ["stylesheets/style.css"]

0 commit comments

Comments
 (0)