CompML / PRTS

Unofficial Python implementation of "Precision and Recall for Time Series".
https://papers.nips.cc/paper/2018/file/8f468c873a32bb0619eaeb2050ba45d1-Paper.pdf
Apache License 2.0
38 stars 4 forks source link

Implement Precision-Recall Curve #46

Open nocotan opened 3 years ago

nocotan commented 3 years ago

Summary

Compute precision-recall pairs for different probability thresholds.

Goal

Compute precision-recall pairs for different probability thresholds.

Todo

Deadline

yyyy / mm / dd

Parent issue

If the parent issue exists, post a link here.

References

https://scikit-learn.org/stable/modules/generated/sklearn.metrics.precision_recall_curve.html#sklearn.metrics.precision_recall_curve

Notes

Other comments.