Blue-Yonder-OSS / cyclic-boosting

implementation of Cyclic Boosting machine learning algorithms
Eclipse Public License 2.0
87 stars 15 forks source link

Interface cyclic boosting in skpro #56

Closed fkiraly closed 10 months ago

fkiraly commented 1 year ago

Just came across this nice package.

It would be great to interface in skpro, which is the sktime-adjacent package for probabilistic tabular regression. Issue here: https://github.com/sktime/skpro/issues/132

Why there: it seems to me cyclic boosting is proba (tabular) regression, but can be used for forecasting via reduction. skpro is the subpackage that has distribution objects and probabilistic tabular regression.

FYI @rijkvandermeulen, @FelixWick