You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/getting_started.md
-90Lines changed: 0 additions & 90 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -39,96 +39,6 @@ Choose one of the following, depending on your needs:
39
39
uv sync --dev
40
40
```
41
41
42
-
## Usage
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:
44
-
45
-
#### 1. Prepare your data
46
-
`omics_train`: *dict mapping source name → pd.DataFrame (samples × features)*<br>
47
-
`clinical_df`: *pd.DataFrame with columns for labels, event indicator, and survival time.*
0 commit comments