davechallis / rust-xgboost

Rust bindings for XGBoost.
MIT License
102 stars 37 forks source link

Does this library support regression? #3

Open johnkarasev opened 5 years ago

johnkarasev commented 5 years ago

Xgboost provides regression, does this library include that feature?

davechallis commented 5 years ago

Yup, you'd generally just need to select one of the regression objectives when configuring the learning parameters (e.g. RegLinear).