Open agitter opened 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.
This may apply to the confusion matrix as well
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.