-
Notifications
You must be signed in to change notification settings - Fork 204
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
[DOC] - Add links and callouts #355
Conversation
Check out this pull request on See visual diffs & provide feedback on Jupyter Notebooks. Powered by ReviewNB |
Experiment ResultsExperiment 1: air-passengersDescription:
Results:
Plot:Experiment 2: air-passengersDescription:
Results:
Plot:Experiment 3: electricity-multiple-seriesDescription:
Results:
Plot:Experiment 4: electricity-multiple-seriesDescription:
Results:
Plot:Experiment 5: electricity-multiple-seriesDescription:
Results:
Plot: |
Experiment ResultsExperiment 1: air-passengersDescription:
Results:
Plot:Experiment 2: air-passengersDescription:
Results:
Plot:Experiment 3: electricity-multiple-seriesDescription:
Results:
Plot:Experiment 4: electricity-multiple-seriesDescription:
Results:
Plot:Experiment 5: electricity-multiple-seriesDescription:
Results:
Plot: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
thanks @marcopeix! i deployed the readme dot com version from this branch.
could we fix the following?
- the lists of the sections rendered this way:
i think we can use multiple breaklines as in the previous docs:
* [Simple anomaly detection](https://docs.nixtla.io/docs/capabilities-anomaly-detection-quickstart)
* [Anomaly detection with exogenous features](https://docs.nixtla.io/docs/capabilities-anomaly-detection-add_exogenous_variables)
...
- also, when instantiating the
NixtlaClass
, we have the following:
i think this one can be solved also adding ticks:
`nixtla_client = NixtlaClient(`
` base_url="you azure ai endpoint",`
` api_key="your api_key",`
`)`
the last one looks pretty cool!
hey @marcopeix! just reviewed #357, and saw that @elephaint used the readme dot com callout style, and i think it looks very cool, wdyt if we use that? please see #357 (review). |
Experiment ResultsExperiment 1: air-passengersDescription:
Results:
Plot:Experiment 2: air-passengersDescription:
Results:
Plot:Experiment 3: electricity-multiple-seriesDescription:
Results:
Plot:Experiment 4: electricity-multiple-seriesDescription:
Results:
Plot:Experiment 5: electricity-multiple-seriesDescription:
Results:
Plot: |
Fixed layout issues and used the readme.com style for callouts |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
thank you @marcopeix! lgtm
Add links in page "About TimeGPT"
Add links in sections of capabilities. The links go to the notebooks in capabilities.
Add callouts for TimeGPT on Azure in all capabilities notebooks and tutorial 01 to 08.