topepo / caret

caret (Classification And Regression Training) R package that contains misc functions for training and plotting classification and regression models
http://topepo.github.io/caret/index.html
1.61k stars 632 forks source link

Adding 'tree_method' to access 'hist' and 'gpu_hist' #1310

Closed aadler closed 2 years ago

aadler commented 2 years ago

I'm thinking this should allow people to use 'hist' and 'gpu_hist' given https://xgboost.readthedocs.io/en/stable/parameter.html#parameters-for-tree-booster. Package doesn't build on my machine probably because it is in non-standard format. Would you kindly test that this should cause no change?

aadler commented 2 years ago

Unecessary; see #1279.