timeseriesAI / tsai

Time series Timeseries Deep Learning Machine Learning Python Pytorch fastai | State-of-the-art Deep Learning library for Time Series and Sequences in Pytorch / fastai
https://timeseriesai.github.io/tsai/
Apache License 2.0
5.07k stars 633 forks source link

can not use the functions in 'sklearn API transforms' like 'TSStandardScaler' and so no #689

Closed YYKKKKXX closed 1 year ago

YYKKKKXX commented 1 year ago

when i want to use the function 'TSStandardScaler' , it says "name 'TSStandardScaler' is not defined" what i import include: "import sklearn from tsai.all import from tsai.basics import "

oguiza commented 1 year ago

Hi @YYKKKKXX, You should update tsai to the latest version in pip or conda (0.3.5). Or install from Github.

YYKKKKXX commented 1 year ago

thank you!