Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR PYTHON

xgboost algorithm in python

xg_reg = xgb.XGBRegressor(objective ='reg:linear', colsample_bytree = 0.3, learning_rate = 0.1,
                max_depth = 5, alpha = 10, n_estimators = 10)
Source by www.datacamp.com #
 
PREVIOUS NEXT
Tagged: #xgboost #algorithm #python
ADD COMMENT
Topic
Name
8+7 =