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

keep target dtype in output #865

Draft
wants to merge 3 commits into
base: main
Choose a base branch
from
Draft

keep target dtype in output #865

wants to merge 3 commits into from

Conversation

jmoralez
Copy link
Member

@jmoralez jmoralez commented Jun 28, 2024

Respects the data type of the input for the predictions, so if the user provides a float64 target the predictions are also float64, same for float32. If the targets are integers then we convert them to float32.

Fixes #806

Copy link

Check out this pull request on  ReviewNB

See visual diffs & provide feedback on Jupyter Notebooks.


Powered by ReviewNB

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.

SeasonalNaive forecasts are not as expected; expected lag 12 but forecast is rounded and slightly off
1 participant