Skip to content

Commit e86898f

Browse files
committed
Added notebooks for several additional cancer types outside of AML, including CRC, BRCA, and SKCM
1 parent 04d4c4b commit e86898f

2 files changed

Lines changed: 55 additions & 2 deletions

File tree

notebooks/03_BRCA_TCGA.ipynb

Lines changed: 54 additions & 1 deletion
Large diffs are not rendered by default.

notebooks/04_SKCM_TCGA.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1641,7 +1641,7 @@
16411641
" min_positive_frac = 0.0001,\n",
16421642
" classifier_kwargs = {\n",
16431643
" \"C\" : 1.0,\n",
1644-
" \"solver\" : \"lbfgs\",\n",
1644+
" \"solver\" : \"lbfgs\", # might try \"saga\" solver\n",
16451645
" \"max_iter\" : 1000000,\n",
16461646
" },\n",
16471647
")\n",

0 commit comments

Comments
 (0)