lgessl / patroklos

An R package pipelining binary classification of survival
https://lgessl.github.io/patroklos/
Other
0 stars 0 forks source link

Offer late-integration models #7

Closed lgessl closed 4 months ago

lgessl commented 8 months ago

Offer models, i.e.,

  1. a fitter function and
  2. a method for the predict S3 generic from the stats package,

for late integration.

Doing this for zeroSum has the highest priority.

lgessl commented 4 months ago

nested_pseudo_cv() does this in a more general setting. With the help of ptk_zerosum and ptk_ranger, you can easily nested a logistic model into another logistic model or a random forest. More about this in the release notes of verision 0.5.0.