statsforecast icon indicating copy to clipboard operation
statsforecast copied to clipboard

keep target dtype in output

Open jmoralez opened this issue 1 year ago • 1 comments

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

jmoralez avatar Jun 28 '24 00:06 jmoralez

Check out this pull request on  ReviewNB

See visual diffs & provide feedback on Jupyter Notebooks.


Powered by ReviewNB