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] Split prep_or_copy_df into copy and check_multiple_series_id #1647

Merged
merged 8 commits into from
Sep 13, 2024

Conversation

ourownstory
Copy link
Owner

prep_or_copy_df has been called in too many places. In order to reduce complexity and redundant copies, prep_or_copy_df is split into copy and check_multiple_series_id. Calls to both have further been reduced.

Copy link

github-actions bot commented Sep 13, 2024

Model Benchmark

Benchmark Metric main current diff
PeytonManning MAE_val 0.35033 0.35033 0.0%
PeytonManning RMSE_val 0.50095 0.50095 0.0%
PeytonManning Loss_val 0.01775 0.01775 0.0%
PeytonManning MAE 0.34667 0.34667 0.0%
PeytonManning RMSE 0.49357 0.49357 0.0%
PeytonManning Loss 0.01466 0.01466 0.0%
PeytonManning LR 0.00032 0.00032 0.0%
PeytonManning time 14.8359 14.85 0.1%
AirPassengers MAE_val 30.1315 30.1315 0.0%
AirPassengers RMSE_val 31.0835 31.0835 0.0%
AirPassengers Loss_val 0.01242 0.01242 0.0%
AirPassengers MAE 6.12226 6.12226 0.0%
AirPassengers RMSE 7.80921 7.80921 0.0%
AirPassengers Loss 0.00064 0.00064 0.0%
AirPassengers LR 0.0004 0.0004 0.0%
AirPassengers time 8.20583 8.31 1.27%
EnergyPriceDaily MAE_val 5.40186 5.40186 0.0%
EnergyPriceDaily RMSE_val 6.70655 6.70655 0.0%
EnergyPriceDaily Loss_val 0.02519 0.02519 0.0%
EnergyPriceDaily MAE 5.91309 5.91309 0.0%
EnergyPriceDaily RMSE 7.94008 7.94008 0.0%
EnergyPriceDaily Loss 0.02554 0.02554 0.0%
EnergyPriceDaily LR 0.00029 0.00029 0.0%
EnergyPriceDaily time 19.576 19.55 -0.13%
YosemiteTemps MAE_val 0.57336 0.57336 0.0%
YosemiteTemps RMSE_val 0.84714 0.84714 0.0%
YosemiteTemps Loss_val 0.00042 0.00042 0.0%
YosemiteTemps MAE 0.93956 0.93956 0.0%
YosemiteTemps RMSE 1.65601 1.65601 0.0%
YosemiteTemps Loss 0.00118 0.00118 0.0%
YosemiteTemps LR 0.0001 0.0001 0.0%
YosemiteTemps time 58.9391 58.9 -0.07%
Model training plots

Model Training

PeytonManning

YosemiteTemps

AirPassengers

EnergyPriceDaily

@ourownstory ourownstory merged commit 4904808 into main Sep 13, 2024
10 of 11 checks passed
@ourownstory ourownstory deleted the prep_or_copy_df branch September 13, 2024 00:24
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.

1 participant