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

use scalers from coreforecast #873

Merged
merged 5 commits into from
Jan 25, 2024
Merged

use scalers from coreforecast #873

merged 5 commits into from
Jan 25, 2024

Conversation

jmoralez
Copy link
Member

@jmoralez jmoralez commented Jan 23, 2024

Replaces the usage of the scalers that are applied to the full series (the ones defined through local_scaler_type) from the utilsforecast definitions to the coreforecast ones. The benefits are that we can remove the dependency on numba and that they won't have to be compiled the first time they're run.

Removes the BoxCox scaler because that's not implemented in core yet and the utilsforecast version can be very slow for a large number of series.

Copy link

Check out this pull request on  ReviewNB

See visual diffs & provide feedback on Jupyter Notebooks.


Powered by ReviewNB

@jmoralez jmoralez marked this pull request as ready for review January 24, 2024 17:54
@jmoralez jmoralez requested a review from cchallu January 24, 2024 17:54
@cchallu cchallu merged commit f3ff57b into main Jan 25, 2024
15 checks passed
@cchallu cchallu deleted the core-scalers branch January 25, 2024 11:59
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.

2 participants