From eedca8c8ec5f3850ce3ed198357fc9d4dcb1f7e1 Mon Sep 17 00:00:00 2001 From: Yuchao Dai <3407450+icyblade@users.noreply.github.com> Date: Tue, 26 Dec 2017 13:08:27 +0800 Subject: [PATCH] fix the typo in core.py (#2978) --- python-package/xgboost/core.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-package/xgboost/core.py b/python-package/xgboost/core.py index 8acd3ef89..975f38a40 100644 --- a/python-package/xgboost/core.py +++ b/python-package/xgboost/core.py @@ -865,7 +865,7 @@ class Booster(object): Parameters ---------- params: dict/list/str - list of key,value paris, dict of key to value or simply str key + list of key,value pairs, dict of key to value or simply str key value: optional value of the specified parameter, when params is str key """