Timeseria
Timeseria copied to clipboard
Improve model internal interfaces
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.