Skip to content

Commit

Permalink
&hazrulakmal [ENH] abstract parallelization backend, refactor of `eva…
Browse files Browse the repository at this point in the history
…luate` and tuners, extend evaluate and tuners to survival predictors (#160)

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.
  • Loading branch information
fkiraly authored Jan 31, 2024
1 parent 59e80ea commit 2ad961e
Show file tree
Hide file tree
Showing 4 changed files with 568 additions and 188 deletions.
Loading

0 comments on commit 2ad961e

Please sign in to comment.