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

&hazrulakmal [ENH] abstract parallelization backend, refactor of evaluate and tuners, extend evaluate and tuners to survival predictors #160

Merged
merged 79 commits into from
Jan 31, 2024

Conversation

fkiraly
Copy link
Collaborator

@fkiraly fkiraly commented Dec 28, 2023

This PR makes the following changes:

  • introduces the sktime abstract parallelization backend to skpro. In the future, this should be moved to scikit-base.
  • refactors evaluate to use the parallelization backend
  • refactors tuners to use the parallelization backend
  • extends evaluate to be compatible with survival predictors
  • extends tuners to be compatible with survival predictors

Depends on #157 for the survival prediction functionality

Credits @hazrulakmal due to significant parts of copy-paste from sktime evaluate being code written or improved by @hazrulakmal.

@fkiraly fkiraly linked an issue Dec 29, 2023 that may be closed by this pull request
@fkiraly fkiraly merged commit 2ad961e into main Jan 31, 2024
36 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement module:base-framework BaseObject, registry, base framework module:metrics&benchmarking metrics and benchmarking modules module:survival&time-to-event module for time-to-event prediction aka survival prediction
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[ENH] update evaluate and tuning to survival models
1 participant