Pass kwargs to fit in Workflow #78
Labels
Window size selection
Implement new methods to decide the window size of a time series
Workflow
Improvements regarding the workflow
There is an option to pass kwargs to the
.fit()
method of the anomaly detectors. These kwargs are passed to thecompute_window_size()
method, which can automatically compute the window size for a given time series. These arguments are not used within a workflow, and thus you can not adapt them. It would be useful to add some way to access these parameters from within the Workflow.The text was updated successfully, but these errors were encountered: