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

Kats Tutorial 101_basics - Prophet predict method #94

Closed
young-hun-jo opened this issue Jul 24, 2021 · 2 comments
Closed

Kats Tutorial 101_basics - Prophet predict method #94

young-hun-jo opened this issue Jul 24, 2021 · 2 comments

Comments

@young-hun-jo
Copy link

Hi, first, Thanks for your awesome time-series analysis framework for everyone!
I am following your tutorial of Kats(101_basics) but I wondered what meaning of argument freq="MS" in predict method. What is the meaning of freq and how can I set the other freq parameter in addtition to "MS"?

Below, here is the screenshot of your tutorial, Thanks!
스크린샷 2021-07-24 오후 7 20 20

@Axemen
Copy link
Contributor

Axemen commented Jul 24, 2021

Hey @young-hun-jo,

The freq kwarg for the predict method in the predict functionality of models allows you to specify the frequency that the model is making predictions.

Let's say that I wanted to predict in days 'D' instead of month start 'MS' I could just set my frequency to D instead.

If the freq argument is not provided it will attempt to infer it from the data.

The available frequencies are ones available in pandas which you can find here

@young-hun-jo
Copy link
Author

I got to know the kwarg freq thanks to you. I will close this issue.

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

No branches or pull requests

2 participants