Closed roshankern closed 1 year ago
Check out this pull request on
See visual diffs & provide feedback on Jupyter Notebooks.
Powered by ReviewNB
Although this PR looks huge, most line changes are from changes in intermediate files. There are about 150 lines of code changed in this PR.
View / edit / reply to this conversation on ReviewNB
axiomcura commented on 2023-03-22T20:03:19Z ----------------------------------------------------------------
Line #8. for model_path in sorted(models_dir.iterdir()):
Should the users know why the directories were sorted?
Thank you both for the review! @axiomcura your suggestions have been implemented in https://github.com/WayScience/phenotypic_profiling_model/pull/21/commits/1f311922a03200cdcfa74a54e9d9c2048d64d1f1
This PR is ready for review!
In this PR, the evaluate module is reformatted to include evaluations for each model (final, shuffled baseline) trained with each feature type (CP, DP, CP_and_DP) on each dataset (train, test, etc). For most of these functions, this means simply loading in the correct feature dataset with
get_X_y_data()
.