DatathonInfo / DatathonInfo/AIDD2021
xgboost 오류
Open
- Dominant language
- Python
- Stars
- 2
- Forks
- 8
- PR merge metrics
- No merged PRs in 30d
Description
xgboost를 사용하려고 하는데 다음과 같은 오류가 발생합니다.
local에서는 import 잘 되는데 nsml 상에서는 setup에서 xgboost 설정해줘도 오류가 뜨네요
```
Traceback (most recent call last):
File "xg_optimization.py", line 15, in
import xgboost as xgb
File "/app/xgboost.py", line 15, in
from xgboost import XGBClassifier
ImportError: cannot import name 'XGBClassifier' from 'xgboost' (/app/xgboost.py)
User session exited
```
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.