pysad.evaluation.AUPRMetric
- class pysad.evaluation.AUPRMetric[source]
Area under PR curve wrapper class for sklearn.
Methods
__init__()get()Gets the current value of the score.
update(y_true, y_pred)Updates the metric with given true and predicted value for a timestep.
- update(y_true, y_pred)
Updates the metric with given true and predicted value for a timestep.