-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Assessing Multi-Class Logistic Regression Model Performance on JUMP D…
…ataset with Various Data Splits Figures (#8) * added shuffle model and probabilitiy scores * updated training and evaluating functions * update * added figures; update model; added confusion matrix * added predicted label column * update confusion matrix * added confusion matrix plto * added pr curve plots * saved aligned dataset * updates * added confusion matrix with overlapping treatments with JUMP * fixed formatting and bugs * updated datasplits * updated docs * Update notebooks/3.jump-analysis/nbconverted/3.1.overlapping_compounds.py Co-authored-by: Mike Lippincott <58147848+MikeLippincott@users.noreply.github.com> * Update notebooks/4.visualization/confusion_matrix/confusion_matrix.r Co-authored-by: Mike Lippincott <58147848+MikeLippincott@users.noreply.github.com> * Update notebooks/4.visualization/pr_curves/pr_curves.r Co-authored-by: Mike Lippincott <58147848+MikeLippincott@users.noreply.github.com> * updated figures and modeling docs * Update notebooks/4.visualization/confusion_matrix/confusion_matrix.r Co-authored-by: Mike Lippincott <58147848+MikeLippincott@users.noreply.github.com> * Update notebooks/4.visualization/confusion_matrix/confusion_matrix.r Co-authored-by: Mike Lippincott <58147848+MikeLippincott@users.noreply.github.com> * Update notebooks/4.visualization/confusion_matrix/confusion_matrix.r Co-authored-by: Mike Lippincott <58147848+MikeLippincott@users.noreply.github.com> * update confusion matrix * updated confusion matrix * update on modeling code * executed all notebooks * update confusion matrix figure * update * update * update plots * fixed f1 plot * updated f1 plot * udpate PR curves * update pr and proba plots * update confusion matrix * reran all notebooks * updated split_meta_and_features function * removed unwanted files * moved data splitting into the data spliting module * Updated JUMP analysis notebook * updated figures --------- Co-authored-by: Mike Lippincott <58147848+MikeLippincott@users.noreply.github.com>
- Loading branch information
1 parent
62c6f92
commit e38d6f5
Showing
56 changed files
with
9,861 additions
and
1,660 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -36,7 +36,7 @@ | |
f.write(chunk) | ||
|
||
|
||
# In[4]: | ||
# In[ ]: | ||
|
||
|
||
# after downloading all dataset, concat into a single dataframe | ||
|
Binary file not shown.
590 changes: 302 additions & 288 deletions
590
notebooks/0.feature_selection/0.feature_selection.ipynb
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
#!/bin/bash | ||
|
||
# exit on error | ||
set -e | ||
# set -e | ||
|
||
# activate conda env | ||
conda activate cell-injury | ||
|
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.