From 2ade61411a014b3eed24bd2b382687d55233a9b5 Mon Sep 17 00:00:00 2001 From: leshe4ka46 Date: Sat, 15 Nov 2025 16:30:38 +0300 Subject: R(Cluster) --- Fundamentals_of_Accelerated_Data_Science/3-06_xgboost.ipynb | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'Fundamentals_of_Accelerated_Data_Science/3-06_xgboost.ipynb') diff --git a/Fundamentals_of_Accelerated_Data_Science/3-06_xgboost.ipynb b/Fundamentals_of_Accelerated_Data_Science/3-06_xgboost.ipynb index 654a782..d3548f2 100644 --- a/Fundamentals_of_Accelerated_Data_Science/3-06_xgboost.ipynb +++ b/Fundamentals_of_Accelerated_Data_Science/3-06_xgboost.ipynb @@ -443,7 +443,7 @@ }, { "cell_type": "code", - "execution_count": 12, + "execution_count": null, "metadata": {}, "outputs": [], "source": [ @@ -453,8 +453,6 @@ " 'device': 'cuda',\n", " 'tree_method': 'hist',\n", " 'objective': 'binary:logistic',\n", - " 'grow_policy': 'lossguide',\n", - " 'eval_metric': 'logloss',\n", " 'subsample': '0.8'\n", "}" ] -- cgit v1.2.3