pip install xgboost 맥에서 위와 같이 xgboost를 설치한 후에 import xgboost를 실행하니 아래와 같은 에러가 나왔다..
pip install xgboost
import xgboost
너무 간단했다. 터미널에서 brew install libomp를 하고 나니 이상 없이 실행되었다.
brew install libomp
libomp는 LLVM's OpenMP runtime library라고 하는데 자세한 것은 https://openmp.llvm.org 여기 사이트를 참조하자