ropensci / aorsf

Accelerated Oblique Random Survival Forests
https://docs.ropensci.org/aorsf
Other
54 stars 10 forks source link

TreeClassification and TreeRegression classes #26

Closed bcjaeger closed 10 months ago

bcjaeger commented 11 months ago

Follow the template of TreeSurvival.

Classification should allow for binary or categorical outcomes, but initially just build it for binary outcomes

Regression should allow for continuous outcomes

bcjaeger commented 10 months ago

Fixed with #32