Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add graphical outputs for KNN-classifier (and combination scores?) #3

Open
aathbt opened this issue Feb 5, 2024 · 0 comments
Open
Assignees
Labels
enhancement New feature or request

Comments

@aathbt
Copy link
Collaborator

aathbt commented Feb 5, 2024

In knn_classifier.py, it could be interesting to plot the results of hyperparameters tuning and also to show how the model is performing on the test dataset in terms of accuracy.

  • Use several lines plots on the same graph for the 1st part and confusion matrix or classification report for the second?

In check_all_combinations.py, it could be interesting to plot the variation of the number of phenotypes and undefined cells across parameters -ms/--min-samplesxbatch and -mc/--min-cellxsample. This would allow users to adapt the constraints depending on how many phenotypes/undefined cells they want/tolerate.

  • Use heat map graph?
@aathbt aathbt added the enhancement New feature or request label Feb 5, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants