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
Hi @hrzn , seems like I might have been too ambitious with the Window transformations as a first issue! Have significantly more time to contribute now, so was thinking of doing some documentation work unless you have a better suggestion for an issue to work on?
Hi @adamkells, sorry for my late reply! Yes, more & better documentation is always better :)
For this particular story, we had in mind of improving the docstring of Scaler, to explicit that the default sklearn scaler used under the hood may change e.g. MAPE error values, and point to other options that do not (e.g., MaxAbsScaler).
But in general adding more examples to docstrings a bit everywhere throughout the library, or complementing missing sections of the user guide, is always welcome 👍
Closing this issue, the docstring of Scaler clearly indicate which sklearn scaler is used by default since #720 and the impact of the scaler on the metrics is implicit but sufficiently intuitive since the values of the series are directly modified.
Also, a lot of example/code snippets has been added by #1956.
#2020 also updated a lot of the notebook to avoid data-leak between training and validation/test set when using Scaler.
No description provided.
The text was updated successfully, but these errors were encountered: