Closed sarusso closed 1 month ago
Consider using the _predict() in the reconstructors (instead of the _reconstruct()) and adding the _predict() in the anomaly detectors.
_predict()
_reconstruct()
Also, check the _predict() and _fit() interfaces, and document them, as are the ones to implement for custom models.
_fit()
Consider using the
_predict()
in the reconstructors (instead of the_reconstruct()
) and adding the_predict()
in the anomaly detectors.Also, check the
_predict()
and_fit()
interfaces, and document them, as are the ones to implement for custom models.