You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on github.com and signed with GitHub’s verified signature.
The key has expired.
dist = "logistic" has been removed from surv.parametric as it is unclear what this was previously predicting.
Added type = "tobit" for dist = "gaussian" so predictions can correspond with survival::survreg.
Added LearnerRegrGlm with the unique key regr.glm from package stats, which allows users to change the family hyperparameter when fitting generalized linear regression models.
Minor internal changes
Removed keeptrees parameter from classif.bart as this is forced internally
Fixed incorrect response and probability predictions in classif.bart
Added hyper-parameters to classif.earth and regr.earth