์ถ์ฒ: https://xgboost.readthedocs.io/en/stable/gpu/index.html
CUDA 10.0 ์ด์์ ๋ฒ์ ์ด ์ค์น๋์ด ์์ผ๋ฉด GPU๋ก XGBoost๋ฅผ ๊ฐ์ํ ์ ์๋ค.
๋ฐฉ๋ฒ์ ๋ค์๊ณผ ๊ฐ๋ค.
๋ชจ๋ธ์ ๋ค์๊ณผ ๊ฐ์ด tree_method
์ gpu_id
parameter๋ฅผ ์ถ๊ฐํด ์ฃผ๋ฉด ๋๋ค.
XGBRegressor(tree_method='gpu_hist', gpu_id=0)
gpu_id๋ ์ฌ์ฉํ gpu์ ๋ฒํธ๋ก, nvidia-smi๋ฅผ ์ด์ฉํด ํ์ธํ ์ ์๋ค.
๋ฐ์ํ
'๐ Python & library > Scikit-Learn' ์นดํ ๊ณ ๋ฆฌ์ ๋ค๋ฅธ ๊ธ
[Scikit-Learn] Multiclass ROC Curve ๊ทธ๋ฆฌ๊ธฐ (0) | 2021.09.28 |
---|---|
[Scikit-Learn] ์ฃผ์ Classifier์ Parameter ์ ๋ฆฌ (0) | 2021.09.24 |
[Scikit-learn] Logistic Regression ์ ๋ฆฌ, ์์ (0) | 2021.04.04 |