Skip to content

Commit 75888f1

Browse files
committed
v0.2.2 update/fixes
*composite FI no longer fails when one algorithm used *composite FI plots now support weighting with both balanced accuracy and roc_auc *fixed major issues preventing running certain phases of STREAMLINE serially from command line *removed 'None' option for max features in feature selection *fixed pdf summary page 1 formatting issue *Updated Optuna optimization for LR to avoid invalid hyperparameter combinations *Enforced use of Optuna 2.0.0 for generating hyperparameter optimization figure generation, and added try catches to all algorithms so that STREAMLINE does not completely fail when there are lingering issues with Optuna versions in generating these figures. *Updated notebooks accordingly
1 parent 0d90d7d commit 75888f1

6 files changed

Lines changed: 11 additions & 0 deletions

File tree

.gitignore

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,3 +12,14 @@ __pycache__/ModelJob.cpython-38.pyc
1212
__pycache__/PDF_ReportJob.cpython-38.pyc
1313
__pycache__/StatsJob.cpython-38.pyc
1414
*.pyc
15+
.ipynb_checkpoints/STREAMLINE-GoogleColabNotebook_old-checkpoint.ipynb
16+
streamline/__pycache__/ApplyModelJob.cpython-38.pyc
17+
streamline/__pycache__/ApplyModelJob.cpython-38.pyc
18+
streamline/__pycache__/ApplyModelJob.cpython-38.pyc
19+
streamline/__pycache__/FeatureSelectionJob.cpython-38.pyc
20+
streamline/__pycache__/FeatureSelectionJob.cpython-38.pyc
21+
UsefulNotebooks/fprtpr.csv
22+
streamline/__pycache__/StatsJob.cpython-38.pyc
23+
*.pyc
24+
*.ipynb
25+
*.pyc
6 Bytes
Binary file not shown.
-11 Bytes
Binary file not shown.
2.44 KB
Binary file not shown.
376 Bytes
Binary file not shown.
64 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)