pysad.evaluation.BaseSKLearnMetric¶
- class pysad.evaluation.BaseSKLearnMetric[source]¶
Abstract base class to wrap the sklearn metrics.
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.