v0.3.4
New Features
-
compatibility with Pytorch 1.13 (#619)
-
added sel_vars to get_robustscale_params (#610)
-
added sel_steps to TSRandom2Value (#607)
-
new walk forward cross-validation in tsai (#582)
Bugs Squashed
-
fixed issue when printing an empty dataset wo transforms NoTfmLists (#622)
-
fixed minor issue in get_robustscaler params with sel_vars (#615)
-
fixed issue when using tsai in dev with VSCode (#614)
-
issue when using lists as sel_vars and sel_steps in TSRandom2Value (#612)
-
fixed issue with feature_importance and step_importance when using metrics (#609)
-
renamed data processing tfms feature_idxs as sel_vars for consistency (#608)
-
fixed issue when importing 'GatedTabTransformer' (#536)