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

[ENH] parallelization support and config for forecasting performance metrics #5813

Merged
merged 1 commit into from Jan 24, 2024

Conversation

fkiraly
Copy link
Collaborator

@fkiraly fkiraly commented Jan 23, 2024

This PR adds the option to parallelize forecasting performance metrics via set_config.

The method is simply passing on the config to vectorize_est, if set.

Tests are added. Docstrings do not need to be added, as apprently the option is already inherited from BaseObject (mistakenly before this PR, but now correctly).

@fkiraly fkiraly added enhancement Adding new functionality module:metrics&benchmarking metrics and benchmarking modules labels Jan 23, 2024
@fkiraly fkiraly changed the title [ENH] adds parallelelization config to forecasting performance metrics [ENH] adds parallelization config to forecasting performance metrics Jan 23, 2024
@fkiraly fkiraly changed the title [ENH] adds parallelization config to forecasting performance metrics [ENH] parallelization support and config for forecasting performance metrics Jan 24, 2024
@fkiraly fkiraly merged commit c0a9ea3 into main Jan 24, 2024
31 checks passed
@fkiraly fkiraly deleted the parallel-metrics branch January 24, 2024 21:31
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement Adding new functionality module:metrics&benchmarking metrics and benchmarking modules
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant