You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Generalities: for adding to sktime, open a new issue ("feature request", "implementing estimator" or "interfacing estimator" if in other library)
Adding a new concrete class -> automatically adds to registry
"howto" = "fill out extension template", see developer guide
If the class is maintained in a different package, use "placeholder record" pattern, see HierarchicalProphet
CAVEAT with detectors: extension template was recently updated to follow the new API, recommend to stay in conversation with owner of API issue to ensure extension template is also consistent with any changes
unified API changes usually require changes to
base class public and private API
test class
extension template (documents the private API)
example notebook (documents the public API)
and require changes to be consistent to avoid trouble
Adding New Models
Walkthrough
A walkthrough example of how to add new models to the registry:
HierarchicalProphet
Algorithms List
The text was updated successfully, but these errors were encountered: