mlr-org / mlr3learners

Recommended learners for mlr3
https://mlr3learners.mlr-org.com
GNU Lesser General Public License v3.0
91 stars 16 forks source link

Update LearnerSurvRanger.R #163

Closed RaphaelS1 closed 4 years ago

mllg commented 4 years ago

Is there a way to test this? Maybe via an auto-test?

RaphaelS1 commented 4 years ago

Is there a way to test this? Maybe via an auto-test?

The sanity check in proba should have picked this up except for some reason I had set the check as cindex > 0 and not cindex >= 0.5.