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
This commit was created on GitHub.com and signed with GitHub’s verified signature.
The key has expired.
Highlights:
New transforms for feature engineering: DifferencingTransform, OneHotEncoderTransform, LabelEncoderTransform, MADTransform.
New transform for feature selection: MRMRFeatureSelectionTransform.
Warnings in docstrings about possible look-ahead bias in case of using some transfroms.
Version update of sklearn, pytorch-forecasting and PytorchForecastingTransform api minor changes.
Fixes for SARIMAX non-default parameters.
TSDataset.describe method for high-level information about provided time series: % of missing values, number of segments, first and last dates and etc.