Merge pull request #1 from albertotb/sklearn-docstring

Update sklearn.py
This commit is contained in:
Alberto Torres 2016-05-25 15:02:41 +02:00
commit 118eb2f1bb

View File

@ -80,9 +80,9 @@ class XGBModel(XGBModelBase):
colsample_bylevel : float
Subsample ratio of columns for each split, in each level.
reg_alpha : float (xgb's alpha)
L2 regularization term on weights
reg_lambda : float (xgb's lambda)
L1 regularization term on weights
reg_lambda : float (xgb's lambda)
L2 regularization term on weights
scale_pos_weight : float
Balancing of positive and negative weights.