Closed lgessl closed 6 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.
Offer models, i.e.,
stats
package,for late integration.
zeroSumFit
) and another fitter function (typicallyzeroSum::zeroSum()
) and does another cross validation on the folds and their corresponding models from the cross-validation object. It returns another cross-validation object.Doing this for
zeroSum
has the highest priority.