Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Does TimeGPT clean/preprocess the data set? #215

Closed
gsamaras opened this issue Jan 22, 2024 · 3 comments
Closed

Does TimeGPT clean/preprocess the data set? #215

gsamaras opened this issue Jan 22, 2024 · 3 comments
Assignees
Labels

Comments

@gsamaras
Copy link

When calling TimeGPT to forecast I see this message:

INFO:nixtlats.timegpt:Preprocessing dataframes...

Does it mean that TimeGPT cleans the data automatically?

@Yibei990826
Copy link
Contributor

Hi @gsamaras! Here, preprocessing indicates formatting the DataFrame to ensure compatibility with TimeGPT's processing requirements. Currently TimeGPT uses a fix scaler when forecasting, so users do not need to scale the data.

@elephaint
Copy link
Contributor

@Yibei990826 @gsamaras I think this issue can be closed (?)

@Yibei990826
Copy link
Contributor

Yes, I think this answers the question

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants