-
Notifications
You must be signed in to change notification settings - Fork 196
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
Feat/new faqs #250
Feat/new faqs #250
Conversation
MMenchero
commented
Mar 12, 2024
•
edited
Loading
edited
- New PR for the updated FAQs done directly from a branch.
- Replaces Added new sections to FAQs #238.
- Has a more modular structure: questions and short answers followed by links to tutorials or relevant docs.
- Includes new tutorial on setting up token (this information was on the previous FAQs).
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: |
@@ -167,7 +167,7 @@ | |||
"id": "8e7cea32-ade9-4b23-be93-9a4fbea7c6b2", |
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.
I personally prefer to me more concise. E.g. instead of
"You can test the validity of your token calling the validate_token
method"
you can simply write:
Check your token status with the validate_token
method.
Reply via ReviewNB
@@ -0,0 +1,224 @@ | |||
{ |
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.
There might be confusion with tokens as in input tokens and tokens as in API Key. Maybe:
A token (aka as API Key )is a unique string of characters that serves as a key to authenticate your requests to TimeGTP
. This tutorial will explain how to set up your token when using the Nixtla SDK.
Reply via ReviewNB
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, I also think that can be confusing, so I added the distinction.
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: |
Pushed new version just to see if the checks can be completed correctly. |
@@ -2,509 +2,312 @@ | |||
"cells": [ |
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.
Please add that the plot
method only works in interactive environments such as notebooks. We had many users asking why it doesn't work on regular scripts.
Add a separate question on : Can TimeGPT be used with limited/short data?
And mention that it requires at least two seasonalities on the given frequency. More data is needed for confidence intervals and fine-tuning. We need to confirm the minimum looking at the code.
Reply via 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: |