Skip to content

[FIX] Docs incorrect mailto links#574

Merged
elephaint merged 8 commits intomainfrom
fix/docs_incorrect_mailto_links
Mar 26, 2025
Merged

[FIX] Docs incorrect mailto links#574
elephaint merged 8 commits intomainfrom
fix/docs_incorrect_mailto_links

Conversation

@elephaint
Copy link
Contributor

@elephaint elephaint commented Dec 19, 2024

  • Fixes some minor incorrect mailto links
  • Fixes doc on reusing models not visible on readme.com

@review-notebook-app
Copy link

Check out this pull request on  ReviewNB

See visual diffs & provide feedback on Jupyter Notebooks.


Powered by ReviewNB

@github-actions
Copy link
Contributor

github-actions bot commented Dec 19, 2024

Experiment Results

Experiment 1: air-passengers

Description:

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

Results:

metric timegpt-1 timegpt-1-long-horizon SeasonalNaive Naive
mae 12.6793 11.0623 47.8333 76
mape 0.027 0.0232 0.0999 0.1425
mse 213.936 199.132 2571.33 10604.2
total_time 0.5613 0.4533 0.0042 0.0032

Plot:

Experiment 2: air-passengers

Description:

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

Results:

metric timegpt-1 timegpt-1-long-horizon SeasonalNaive Naive
mae 58.1031 58.4587 71.25 115.25
mape 0.1257 0.1267 0.1552 0.2358
mse 4040.21 4110.79 5928.17 18859.2
total_time 0.6028 0.7613 0.0037 0.0033

Plot:

Experiment 3: electricity-multiple-series

Description:

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

Results:

metric timegpt-1 timegpt-1-long-horizon SeasonalNaive Naive
mae 178.293 268.13 269.23 1331.02
mape 0.0234 0.0311 0.0304 0.1692
mse 121588 219485 213677 4.68961e+06
total_time 0.5302 4.41 0.0047 0.0043

Plot:

Experiment 4: electricity-multiple-series

Description:

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

Results:

metric timegpt-1 timegpt-1-long-horizon SeasonalNaive Naive
mae 465.497 346.972 398.956 1119.26
mape 0.062 0.0436 0.0512 0.1583
mse 835021 403760 656723 3.17316e+06
total_time 2.185 0.8748 0.0049 0.0044

Plot:

Experiment 5: electricity-multiple-series

Description:

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

Results:

metric timegpt-1 timegpt-1-long-horizon SeasonalNaive Naive
mae 558.649 459.769 602.926 1340.95
mape 0.0697 0.0566 0.0787 0.17
mse 1.22721e+06 739135 1.61572e+06 6.04619e+06
total_time 1.4859 0.5997 0.005 0.0044

Plot:

@elephaint elephaint linked an issue Jan 13, 2025 that may be closed by this pull request
@elephaint elephaint requested a review from ngupta23 January 13, 2025 22:32
@elephaint elephaint requested a review from jmoralez January 28, 2025 21:07
@jmoralez
Copy link
Contributor

As I described in #545 (comment) this won't fix the problem for the mintlify docs, so we should use code blocks instead. Also it can be annoying having it open the default mail app.

@elephaint
Copy link
Contributor Author

elephaint commented Feb 11, 2025

As I described in #545 (comment) this won't fix the problem for the mintlify docs, so we should use code blocks instead. Also it can be annoying having it open the default mail app.

These mailto links do seem to work for the FAQ page - see Nixtlaverse page here, which I think is because they are enclosed in a <detail> block on the FAQ page.

However they don't work for the Excel plug-in page, pricing page and Nixtlar page.

Utterly frustrating. Agree that changing them to code blocks is just easier, so I'll do that.

@elephaint elephaint merged commit 16d6a82 into main Mar 26, 2025
20 checks passed
@elephaint elephaint deleted the fix/docs_incorrect_mailto_links branch March 26, 2025 13:03
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[Doc] Missing persisting finetune model on docs.nixtla.io

3 participants