sktime / skpro

A unified framework for tabular probabilistic regression, time-to-event prediction, and probability distributions in python
https://skpro.readthedocs.io/en/latest
BSD 3-Clause "New" or "Revised" License
250 stars 46 forks source link

[BUG] bugfix on #387 - changed paramset 3 to use `ConditionUncensored` instead of `CoxPH` #388

Closed julian-fong closed 5 months ago

julian-fong commented 5 months ago

Reference Issues/PRs

Fixes #387 . Changed paramset3 to use ConditionUncensored instead of CoxPH since it doesn't seem stable on smaller datasets.

Discussion thread on #291

julian-fong commented 5 months ago

@fkiraly please review the code and let me know if you need any other changes before merge! Thanks

fkiraly commented 5 months ago

Failures are on main and semi-sporadic, quick merge to fix this