Skip to content
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

checkout docs repo instead of using submodule #154

Merged
merged 1 commit into from
Nov 8, 2023

Conversation

jmoralez
Copy link
Member

@jmoralez jmoralez commented Nov 8, 2023

Changes the process to build the docs from using a submodule to cloning the repo.

Copy link
Contributor

github-actions bot commented Nov 8, 2023

Experiment 1: air-passengers

Description:

variable experiment
h 12
season_length 12
freq MS
level None
n_windows 1

Results:

metric TimeGPT SeasonalNaive Naive
mae 12.6793 47.8333 76
mape 0.027 0.0999 0.1425
mse 213.936 2571.33 10604.2
total_time 2.6144 9.2912 0.8278

Plot:

Experiment 2: air-passengers

Description:

variable experiment
h 24
season_length 12
freq MS
level None
n_windows 1

Results:

metric TimeGPT SeasonalNaive Naive
mae 58.1031 71.25 115.25
mape 0.1257 0.1552 0.2358
mse 4040.22 5928.17 18859.2
total_time 2.7081 0.0084 0.008

Plot:

Experiment 3: electricity-multiple-series

Description:

variable experiment
h 24
season_length 24
freq H
level None
n_windows 1

Results:

metric TimeGPT SeasonalNaive Naive
mae 4.8617 5.6289 5.2381
mape 0.6816 0.7654 0.6328
mse 40.5749 63.023 50.8454
total_time 2.4571 0.0168 0.0166

Plot:

Experiment 4: electricity-multiple-series

Description:

variable experiment
h 168
season_length 24
freq H
level None
n_windows 1

Results:

metric TimeGPT SeasonalNaive Naive
mae 8.3102 9.3176 12.6464
mape 1.382 1.0786 1.4208
mse 165.13 202.596 336.086
total_time 7.3029 0.0195 0.0207

Plot:

Experiment 5: electricity-multiple-series-with-ex-vars

Description:

variable experiment
h 24
season_length 24
freq H
level None
n_windows 1

Results:

metric TimeGPT SeasonalNaive Naive
mae 5.5206 5.6289 5.2381
mape 0.4674 0.7654 0.6328
mse 40.9623 63.023 50.8454
total_time 3.2171 0.9128 0.5705

Plot:

Experiment 6: electricity-multiple-series-with-ex-vars

Description:

variable experiment
h 168
season_length 24
freq H
level None
n_windows 1

Results:

metric TimeGPT SeasonalNaive Naive
mae 7.5605 9.3176 12.6464
mape 1.371 1.0786 1.4208
mse 135.78 202.596 336.086
total_time 4.9446 0.0238 0.0259

Plot:

@jmoralez jmoralez marked this pull request as ready for review November 8, 2023 00:11
Copy link
Member

@AzulGarza AzulGarza left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

😍

@AzulGarza AzulGarza merged commit 1e2e632 into main Nov 8, 2023
12 checks passed
@AzulGarza AzulGarza deleted the checkout-docs-scripts branch November 8, 2023 00:20
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants