WayScience / phenotypic_profiling

Machine learning for predicting 15 single-cell phenotypes from cell morphology profiles
Creative Commons Attribution 4.0 International
2 stars 3 forks source link

Get Leave One Image Out Probabilities #23

Closed roshankern closed 1 year ago

roshankern commented 1 year ago

In get_LOIO_probabilities.ipynb, we use the optimal hyperparameters from each final logistic regression model (DP, CP, CP_and_DP) to fit and evaluate new models in a Leave One Image Out (LOIO) fashion. The LOIO evaluation procedure is as follows:

The probabilities are saved to LOIO_probas/.

review-notebook-app[bot] commented 1 year ago

Check out this pull request on  ReviewNB

See visual diffs & provide feedback on Jupyter Notebooks.


Powered by ReviewNB

roshankern commented 1 year ago

Forgot to mention that it seems like running the entire notebook will take a very long time (~9hrs), so the entire notebook will be run and the last couple of lines deleted after this PR has been reviewed. That way, if there are any suggestions the entire notebook will not need to be rerun.