sarusso / Timeseria

An object-oriented time series processing library
Apache License 2.0
19 stars 2 forks source link

Improve model internal interfaces #12

Closed sarusso closed 1 month ago

sarusso commented 2 years ago

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.