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
4.95k stars 625 forks source link

One hot encoding example #778

Closed vigneshrk29 closed 10 months ago

vigneshrk29 commented 1 year ago

Hi,

Is there a tutorial on how to use one hot encoding or one hot encoder? I am facing a few issues which I am not able to overcome.

Thanks, Vignesh

oguiza commented 1 year ago

Hi @vigneshrk29, Please, take a look at the documentation on TSOneHotEncoder: https://timeseriesai.github.io/tsai/data.preprocessing.html#tsonehotencoder I would suggest you to transform your data before loading into tsai.

oguiza commented 10 months ago

Closed due to lack of response.