From af2e9ebd825b13cc4634018b6414fcb052f291e6 Mon Sep 17 00:00:00 2001 From: Alberto Torres Date: Wed, 25 May 2016 15:00:11 +0200 Subject: [PATCH] Update sklearn.py --- python-package/xgboost/sklearn.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/python-package/xgboost/sklearn.py b/python-package/xgboost/sklearn.py index 4e3251f81..0a19d61c5 100644 --- a/python-package/xgboost/sklearn.py +++ b/python-package/xgboost/sklearn.py @@ -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.