Nixtla / nixtla

TimeGPT-1: production ready pre-trained Time Series Foundation Model for forecasting and anomaly detection. Generative pretrained transformer for time series trained on over 100B data points. It's capable of accurately predicting various domains such as retail, electricity, finance, and IoT with just a few lines of code 🚀.
https://docs.nixtla.io
Other
2.31k stars 187 forks source link

TypeError: unhashable type: 'list'. #388

Closed arwooy closed 4 months ago

arwooy commented 5 months ago

Does target_col have to be only one column? When I pass multiple columns list, it returns TypeError: unhashable type: 'list'.

jmoralez commented 5 months ago

Hey. Yes, we only support one target. If you want to forecast multiple series you have to assign a different id to each one and provide them in long format.

github-actions[bot] commented 4 months ago

This issue has been automatically closed because it has been awaiting a response for too long. When you have time to to work with the maintainers to resolve this issue, please post a new comment and it will be re-opened. If the issue has been locked for editing by the time you return to it, please open a new issue and reference this one.