WayScience / phenotypic_profiling

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

Refactor Split Data Module #19

Closed roshankern closed 1 year ago

roshankern commented 1 year ago

This PR is ready for review!

In this PR, the split data module is changed to load in labeled_data instead of training_data for clarity. See #18 for more information.

The index of labeled data is also changed from index to labeled_data_index to clarify what the index is for.