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

[Minor] Fix frequency inference if NaT #1590

Merged
merged 2 commits into from
Jun 21, 2024

Conversation

MaiBe-ctrl
Copy link
Collaborator

🔬 Background

🔮 Key changes

  • Explain the main changes introduced by this pull request for the reviewer.

📋 Review Checklist

  • I have performed a self-review of my own code.
  • I have commented my code, added docstrings and data types to function definitions.
  • I have added pytests to check whether my feature / fix works.

Please make sure to follow our best practices in the Contributing guidelines.

Copy link

github-actions bot commented Jun 20, 2024

Model Benchmark

Benchmark Metric main current diff
PeytonManning MAE_val 0.34955 0.34955 0.0%
PeytonManning RMSE_val 0.50049 0.50049 0.0%
PeytonManning Loss_val 0.01771 0.01771 0.0%
PeytonManning MAE 0.34653 0.34653 0.0%
PeytonManning RMSE 0.49312 0.49312 0.0%
PeytonManning Loss 0.01464 0.01464 0.0%
PeytonManning time 14.1009 14.84 5.24% ⚠️
AirPassengers MAE_val 30.6285 30.6285 0.0%
AirPassengers RMSE_val 31.5254 31.5254 0.0%
AirPassengers Loss_val 0.01277 0.01277 0.0%
AirPassengers MAE 6.16861 6.16861 0.0%
AirPassengers RMSE 7.85225 7.85225 0.0%
AirPassengers Loss 0.00065 0.00065 0.0%
AirPassengers time 9.08238 9.31 2.51%
EnergyPriceDaily MAE_val 5.41157 5.41157 0.0%
EnergyPriceDaily RMSE_val 6.71538 6.71538 0.0%
EnergyPriceDaily Loss_val 0.02525 0.02525 0.0%
EnergyPriceDaily MAE 5.94936 5.94936 0.0%
EnergyPriceDaily RMSE 7.9833 7.9833 0.0%
EnergyPriceDaily Loss 0.02579 0.02579 0.0%
EnergyPriceDaily time 17.5383 18.01 2.69%
YosemiteTemps MAE_val 0.56412 0.56412 0.0%
YosemiteTemps RMSE_val 0.83161 0.83161 0.0%
YosemiteTemps Loss_val 0.0004 0.0004 0.0%
YosemiteTemps MAE 0.98449 0.98449 0.0%
YosemiteTemps RMSE 1.75389 1.75389 0.0%
YosemiteTemps Loss 0.00132 0.00132 0.0%
YosemiteTemps time 38.506 40.43 5.0% ⚠️
\nModel training plots\n ## Model Training ### PeytonManning ![](https://asset.cml.dev/167330ab9a230050b53a32a5306d6e6443744e17?cml=svg%2Bxml&cache-bypass=91d44c8f-e6ba-4f7f-83e4-bb432ee10eb3) ### YosemiteTemps ![](https://asset.cml.dev/9d13dd32df7d6bf89d4d288dae2dae50923a7e66?cml=svg%2Bxml&cache-bypass=70020f68-6a8e-494a-9654-f9367fa44be0) ### AirPassengers ![](https://asset.cml.dev/3e9f4a4194ba02c542184119426cd5cca65fa558?cml=svg%2Bxml&cache-bypass=d65ac5da-b806-4cde-b1bd-9de1c058788b) ### EnergyPriceDaily ![](https://asset.cml.dev/ee05ee4a144335bc7915ba405cd1e6e6dc9747ef?cml=svg%2Bxml&cache-bypass=98126c09-824b-4f84-81de-26858bd7a986) \n

Copy link
Owner

@ourownstory ourownstory left a comment

Choose a reason for hiding this comment

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

Looks good !

@ourownstory ourownstory merged commit d4e2553 into main Jun 21, 2024
6 of 11 checks passed
@ourownstory ourownstory deleted the bug/1550-fix-inferred-frequency-Nat-error branch June 21, 2024 00:27
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.

Neural Prophet is throwing ValueError: Invalid frequency: NaT when running .test()
2 participants