docs update - fixed broken links#2
Open
neuralmaticv wants to merge 4 commits into
Open
Conversation
ngupta23
reviewed
Aug 21, 2022
| ### 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. |
Collaborator
There was a problem hiding this comment.
I Am wondering if we should change the link to the folder now that we have multiple files there:
https://nbviewer.org/github/pycaret/pycaret/tree/master/examples/time_series/forecasting/
Author
There was a problem hiding this comment.
That would be a better option, but in that case, I think that notebook names should be more informative.
Collaborator
There was a problem hiding this comment.
How about this in that case? It has more information about the notebooks.
Author
There was a problem hiding this comment.
Yes, I think that would be fine.
ngupta23
approved these changes
Aug 21, 2022
Collaborator
ngupta23
left a comment
There was a problem hiding this comment.
Looks good overall. I left a small comment. Please have a look at it. Thanks for fixing these issues.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Updated documentation - fixed some broken links for time series forecasting module.