pysad.evaluation.PrecisionMetric
- class pysad.evaluation.PrecisionMetric[source]
Precision 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.