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 precision recall curve #5

Open joshuawe opened 9 months ago

joshuawe commented 9 months ago

We already have the receiver operating charcateristic curve and the corresponding AUROC.

We should also add the Precision recall curve: See here:

FabianKruger commented 9 months ago

I already have an implementation for it but it is not very beautiful yet. Let's see if I can improve it a bit

FabianKruger commented 9 months ago

Added the src code. Still needs an example plot.

joshuawe commented 8 months ago
joshuawe commented 6 months ago

Almost done. But first the new bootstrapping function should be included.