aboutsummaryrefslogtreecommitdiff
path: root/Fundamentals_of_Accelerated_Data_Science/3-06_xgboost.ipynb
diff options
context:
space:
mode:
authorleshe4ka46 <alex9102naid1@ya.ru>2025-11-15 16:30:38 +0300
committerleshe4ka46 <alex9102naid1@ya.ru>2025-11-18 14:05:14 +0300
commit2ade61411a014b3eed24bd2b382687d55233a9b5 (patch)
tree1b91eb11d38a0a053a7a806fedadb8c8a676738b /Fundamentals_of_Accelerated_Data_Science/3-06_xgboost.ipynb
parent5aaff9711387ce1ea1ec8ee5c5b4ecd9e1ea3dd1 (diff)
R(Cluster)
Diffstat (limited to 'Fundamentals_of_Accelerated_Data_Science/3-06_xgboost.ipynb')
-rw-r--r--Fundamentals_of_Accelerated_Data_Science/3-06_xgboost.ipynb4
1 files changed, 1 insertions, 3 deletions
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",
"}"
]