diff options
| author | leshe4ka46 <alex9102naid1@ya.ru> | 2025-12-09 10:10:48 +0300 |
|---|---|---|
| committer | leshe4ka46 <alex9102naid1@ya.ru> | 2025-12-09 10:10:48 +0300 |
| commit | f60863aecfdfb2a7a35c9d2d4233142ca17c9152 (patch) | |
| tree | 6d9746dc7b99f40ffa9a35592f8638ee5b8a4ee9 /Fundamentals_of_Accelerated_Data_Science/3-06_xgboost.ipynb | |
| parent | d8df84af00cfe3038fc696417fd97b33eca0146e (diff) | |
rapids ok
Diffstat (limited to 'Fundamentals_of_Accelerated_Data_Science/3-06_xgboost.ipynb')
| -rw-r--r-- | Fundamentals_of_Accelerated_Data_Science/3-06_xgboost.ipynb | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/Fundamentals_of_Accelerated_Data_Science/3-06_xgboost.ipynb b/Fundamentals_of_Accelerated_Data_Science/3-06_xgboost.ipynb index d3548f2..604e881 100644 --- a/Fundamentals_of_Accelerated_Data_Science/3-06_xgboost.ipynb +++ b/Fundamentals_of_Accelerated_Data_Science/3-06_xgboost.ipynb @@ -746,6 +746,13 @@ "cell_type": "markdown", "metadata": {}, "source": [ + "https://ru.wikipedia.org/wiki/%D0%94%D0%B2%D0%BE%D0%B8%D1%87%D0%BD%D0%B0%D1%8F_%D0%BA%D0%BB%D0%B0%D1%81%D1%81%D0%B8%D1%84%D0%B8%D0%BA%D0%B0%D1%86%D0%B8%D1%8F#/media/%D0%A4%D0%B0%D0%B9%D0%BB:Binary-classification-labeled.svg" + ] + }, + { + "cell_type": "markdown", + "metadata": {}, + "source": [ "## (Optional) Comparison: CPU-Only XGBoost ##\n", "Below we provide code for training and inferring from a CPU-only XGBoost using the same model parameters other than switching the histogram tree method from GPU to CPU." ] |
