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

persist distributed fitted values #808

Merged
merged 1 commit into from
Apr 4, 2024
Merged

Conversation

jmoralez
Copy link
Member

@jmoralez jmoralez commented Apr 4, 2024

When running StatsForecast.forecast_fitted_values() after running StatsForecast.forecast(distributed_df, fitted=True) the training process would run again. This fixes that by persisting the results the first time so that getting the forecast results and fitted values only retrieves the pre-computed results.

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 April 4, 2024 16:58
@jmoralez jmoralez merged commit 8e35838 into main Apr 4, 2024
17 checks passed
@jmoralez jmoralez deleted the persist-fitted-distributed branch April 4, 2024 16:58
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.

None yet

1 participant