v0.3.0
Release notes
0.3.0
New Features
-
Added function that pads sequences to same length (#410)
-
Added TSRandomStandardize preprocessing technique (#396)
-
New visualization techniques: model's feature importance and step importance (#393)
-
Allow from tsai.basics import * to speed up loading (#320)
Bugs Squashed
- Separate core from non-core dependencies in tsai - pip install tsaiextras. This is an important change that:
- reduces the time to
pip install tsai
- avoid errors during installation
- reduces the time to load tsai using
from tsai.all import *
- reduces the time to