Add script for classification analysis of BBBC021 dataset after feature reduction#15
Add script for classification analysis of BBBC021 dataset after feature reduction#15DragaDoncila wants to merge 4 commits into
Conversation
…d UMAP on BBBC021 dataset
| cnf_matrix = confusion_matrix(y, y_pred) | ||
| np.set_printoptions(precision=2) | ||
|
|
||
| # Plot confusion matrix |
There was a problem hiding this comment.
There are large blocks of commented out code here. Is that because they are incorrect/buggy (and should be deleted), or because they are optional (and should be made into functions instead)?
There was a problem hiding this comment.
They are optional, and should be functions instead
There was a problem hiding this comment.
Would you be able to bundle them up into functions then? Thanks for submitting the PR!
There was a problem hiding this comment.
Yep, can do, but not until Friday at the earliest sorry!
There was a problem hiding this comment.
There's no rush, you don't have to be sorry. It's certainly not holding anything else up, this is very self contained.
| all_names_montage.extend(names_montage) | ||
| run_montage(sorted_filenames, names_montage) | ||
|
|
||
| ## run features on images |
There was a problem hiding this comment.
Why is this section commented out?
There was a problem hiding this comment.
Once each section of the code was run, we commented out to speed things up. In a situation where you're running on a raw unprocessed directory, you'd need every part uncommented
No description provided.