statsforecast
statsforecast copied to clipboard
keep target dtype in output
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
Check out this pull request on ![]()
See visual diffs & provide feedback on Jupyter Notebooks.
Powered by ReviewNB