joshuawe / plots_and_graphs

Visualize Machine Learning Metrics
https://pypi.org/project/plotsandgraphs/
GNU General Public License v3.0
3 stars 0 forks source link

Add regression metrics #17

Open joshuawe opened 9 months ago

joshuawe commented 9 months ago

The implementation of regression metrics is still outstanding.

The metrics for classifiers are much more visualization heavy than for regressors. This is unfortunate, many metrics boil down to a simple number. But some metrics can be visualized.

We need the following metrics/plots:

Check sources:

joshuawe commented 9 months ago

For residuals vs y_true visualization see: sklearn.metrics.PredictionErrorDisplay