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

[FIX] Fixed bug in validation loss scale #720

Merged
merged 1 commit into from
Aug 16, 2023
Merged

Conversation

cchallu
Copy link
Contributor

@cchallu cchallu commented Aug 15, 2023

Fixed a bug in the computation of the validation loss for windows-based models when scaling and using point losses. The validation loss was comparing scaled predictions against real values in the original scale. This impacted both early stopping and model selection for auto models.

@review-notebook-app
Copy link

Check out this pull request on  ReviewNB

See visual diffs & provide feedback on Jupyter Notebooks.


Powered by ReviewNB

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.

Nice @cchallu! LGTM :)

@cchallu cchallu merged commit be71f40 into main Aug 16, 2023
11 checks passed
@cchallu cchallu deleted the fix/val_loss_scale branch August 16, 2023 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.

None yet

2 participants