gitter-lab / ml4bio

A graphical interface for sklearn classification to introduce machine learning to biologists
MIT License
11 stars 2 forks source link

Label the data shown in the data plot #22

Open agitter opened 4 years ago

agitter commented 4 years ago

It can be quite confusing that the 2D data visualized in the data plot does not shown when users toggle between training and validation metrics. Currently the training data is always plotted: https://github.com/gitter-lab/ml4bio/blob/5c30813e7bd4e78e6642b6a3525194d7f64af4c5/ml4bio/ml4bio.py#L1161-L1175

If we keep that behavior, we need to more explicitly label what points are shown so users can match the plot with the evaluation metrics.

agitter commented 4 years ago

This may apply to the confusion matrix as well