DatathonInfo / DatathonInfo/AIDD2021

xgboost 오류

Open
#77 1 comment 0 reactions 0 assignees View on GitHub
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.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.