-
Notifications
You must be signed in to change notification settings - Fork 15
docs update - fixed broken links #2
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
Changes from 3 commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -74,9 +74,9 @@ PyCaret and its Machine Learning capabilities are seamlessly integrated with env | |
|
|
||
| ### Time Series | ||
|
|
||
| PyCaret **new time series module** is now available in the `3.0-rc`. Staying true to the simplicity of PyCaret, it is consistent with the existing API and fully loaded with functionalities. Statistical testing, model training and selection (30+ algorithms), model analysis, automated hyperparameter tuning, experiment logging, deployment on cloud, and more. All of this with only a few lines of code. If you would like to give it a try, check out our official [quick start](https://nbviewer.org/github/pycaret/pycaret/blob/time\_series\_beta/time\_series\_101.ipynb) notebook. | ||
| PyCaret **new time series module** is now available in the `3.0-rc`. Staying true to the simplicity of PyCaret, it is consistent with the existing API and fully loaded with functionalities. Statistical testing, model training and selection (30+ algorithms), model analysis, automated hyperparameter tuning, experiment logging, deployment on cloud, and more. All of this with only a few lines of code. If you would like to give it a try, check out our official [quick start](https://nbviewer.org/github/pycaret/pycaret/blob/master/examples/time_series/forecasting/time_series_101.ipynb) notebook. | ||
|
||
|
|
||
| * 📚 [Time Series Docs](https://pycaret.readthedocs.io/en/time\_series/api/time\_series.html) | ||
| * 📚 [Time Series Docs](https://pycaret.readthedocs.io/en/latest/api/time_series.html) | ||
| * ❓ [Time Series FAQs](https://github.com/pycaret/pycaret/discussions/categories/faqs?discussions\_q=category%3AFAQs+label%3Atime\_series) | ||
| * 🚀 [Features and Roadmap](https://github.com/pycaret/pycaret/issues/1648) | ||
|
|
||
|
|
||