Skip to content

Commit 338689e

Browse files
committed
update docs
1 parent 9e54f55 commit 338689e

File tree

8 files changed

+24
-1394
lines changed

8 files changed

+24
-1394
lines changed

docs/requirements.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,3 +12,6 @@ sphinx==6.2.1
1212
sphinx_rtd_theme==2.0.0
1313
sphinxcontrib-napoleon==0.7
1414
sphinx-autodoc-typehints==1.23.0
15+
nbsphinx==0.9.7
16+
ipykernel==6.29.5
17+
wandb==0.21.0

docs/source/conf.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@
3232
'sphinx.ext.autosummary',
3333
'sphinx.ext.intersphinx',
3434
'sphinx.ext.viewcode',
35+
'nbsphinx',
3536
'sphinx_autodoc_typehints',
3637
]
3738

docs/source/index.rst

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,12 @@ some of the experiments from the original papers.
6666
api/search
6767
api/atlas
6868

69+
.. toctree::
70+
:maxdepth: 2
71+
:caption: Tutorials
72+
73+
tutorials/tutorial.ipynb
74+
6975
.. note::
7076
The functions in the :doc:`api/atlas` module are primarily backend APIs for the DANCE 2.0 Platform.
7177
For interactive usage, please visit the `DANCE 2.0 Platform <http://omicsml.ai:81/dance/>`_.
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
../../../examples/tuning/custom-methods/tutorial.ipynb
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
id,_runtime,_step,_timestamp,_wandb_runtime,acc,params.0.FilterGenesPercentile.max_val,params.0.FilterGenesPercentile.min_val,params.0.FilterGenesPercentile.mode,params.1.Log1P.base,params.2.FilterGenesRegression.method,params.2.FilterGenesRegression.num_genes,params.3.CellSVD.algorithm,params.3.CellSVD.n_components,test_acc,train_acc
2-
7jv36906,,,,10,,97,7,var,1.937795425949926,seurat3,122,arpack,613,,
3-
ddqktqto,13.20279836654663,0.0,1754125620.1302693,11,0.7575757503509521,95,4,sum,9.911407484249043,enclasc,9886,arpack,214,0.717391312122345,0.9656488299369812
2+
eb4xq6sf,4,0.0,1754371376.674959,4,0.6969696879386902,98,7,cv,4.420786736087686,enclasc,5205,arpack,252,0.6449275612831116,0.9618320465087892
3+
pfyfb0zj,3,,,3,,96,6,sum,4.969456908680813,scmap,9604,arpack,712,,
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
id,_runtime,_step,_timestamp,_wandb_runtime,acc,params.0.FilterGenesPercentile.max_val,params.0.FilterGenesPercentile.min_val,params.0.FilterGenesPercentile.mode,params.1.Log1P.base,params.2.FilterGenesRegression.method,params.2.FilterGenesRegression.num_genes,params.3.CellPCA.n_components,params.3.CellPCA.svd_solver,test_acc,train_acc
2-
hb1f4jun,12.964418649673462,0,1754125700.2164586,11,0.7727272510528564,96,10,rv,2.5186772625549763,scmap,9063,252,arpack,0.6304348111152649,0.9732824563980104
3-
8aa5pebg,12.543931245803831,0,1754125672.7847412,10,0.7424242496490479,96,1,rv,3.325957103817947,seurat3,4134,794,full,0.6739130616188049,0.9923664331436156
2+
7mi2ipwh,5,0,1754371402.3761735,5,0.7424242496490479,99,5,rv,7.659831338825212,seurat3,7204,499,full,0.6666666865348816,0.9923664331436156
3+
kcndo13y,4,0,1754371390.2592788,4,0.6969696879386902,98,3,var,7.13610244329897,enclasc,1518,816,auto,0.6159420013427734,0.9770992398262024
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
id,_runtime,_step,_timestamp,_wandb_runtime,acc,pipeline.0.filter.gene,pipeline.1.normalize,pipeline.2.filter.gene,pipeline.3.feature.cell,test_acc,train_acc
2-
z8pa2v0y,13.172678709030151,0,1754125592.6847887,11,0.6515151262283325,FilterGenesPercentile,Log1P,FilterGenesRegression,CellSVD,0.2246376872062683,0.8091602921485901
3-
pg1eyiyv,13.237998247146606,0,1754125565.5422962,11,0.6515151262283325,FilterGenesPercentile,Log1P,FilterGenesRegression,CellPCA,0.2246376872062683,0.8129770755767822
2+
g5vpa779,3,0,1754371351.3028655,3,0.6515151262283325,FilterGenesPercentile,Log1P,FilterGenesRegression,CellSVD,0.2246376872062683,0.8091602921485901
3+
41d81yru,4,0,1754371339.968081,4,0.6515151262283325,FilterGenesPercentile,Log1P,FilterGenesRegression,CellPCA,0.2246376872062683,0.8129770755767822

0 commit comments

Comments
 (0)