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

Finish implementations of the training distribution bar graph #504

Open
ykevu opened this issue Jul 26, 2023 · 0 comments
Open

Finish implementations of the training distribution bar graph #504

ykevu opened this issue Jul 26, 2023 · 0 comments
Labels
bug Something isn't working good first issue Good for newcomers

Comments

@ykevu
Copy link
Collaborator

ykevu commented Jul 26, 2023

Right now, the bar graph only shows the training set values, and has a bug in the edge case where certain cell types have 0 examples in the training set, causing the graph to mislabel cell types as the plot will skip the empty cell types in the data but not the labels. The bar graph should be able to visualize the validation set distribution as well, and the code should handle the case where cell types have 0 examples.

@ykevu ykevu added bug Something isn't working good first issue Good for newcomers labels Jul 26, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working good first issue Good for newcomers
Projects
None yet
Development

No branches or pull requests

1 participant