-
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 azure callouts to use cases #357
Conversation
elephaint
commented
May 14, 2024
- Adds Azure callouts after instantiating NixtlaClient and after calling forecast / cross-validation / detect_anomalies
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: |
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 so much @elephaint! i've deployed to readme dot com the version on this branch, and it looks really cool! the only thing is that we have a strange rendering when instantiating the NixtlClient
class:
i think we could fix this problem:
- by using just one line:
> `nixtla_client = NixtlaClient(base_url="you azure ai endpoint", api_key="your api_key")`
- multiple ticks:
> `nixtla_client = NixtlaClient(`
> ` base_url="you azure ai endpoint",`
> ` api_key="your api_key",
> `)`
wdyt?
I like the one-liner, keeps things simple :) I'll change it to that, ok? |
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 @elephaint! lgtm😍