diff options
Diffstat (limited to 'Fundamentals_of_Accelerated_Data_Science/3-06_xgboost.ipynb')
| -rw-r--r-- | Fundamentals_of_Accelerated_Data_Science/3-06_xgboost.ipynb | 4 |
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", "}" ] |
