Learn R Programming

iai (version 1.10.2)

xgboost_regressor: Learner for training XGBoost models for regression problems

Description

Julia Equivalent: IAI.XGBoostRegressor

Usage

xgboost_regressor(...)

Arguments

...

Use keyword arguments to set parameters on the resulting learner. Refer to the Julia documentation for available parameters.

IAI Compatibility

Requires IAI version 2.1 or higher.

Examples

Run this code
if (FALSE) lnr <- iai::xgboost_regressor()

Run the code above in your browser using DataLab