pip install lightgbm
-
Mac Python library LightGBM 설치(lightgbm error)Mac OS 2020. 1. 1. 18:33
이번 포스팅에서는 현재 python에서 머신러닝 모델로 가장 많이 사용하고 있는 Boosting기반 모델 중 LightGBM library를 설치하면서 맞닿았던 문제와 해결방법에 대해서 포스팅하도록 하겠습니다. 참고로 이 글은 에러에 부딪혔을 때 아래의 git issue에서 참고했습니다. LightGBM and gcc 8 in MacOS: `Library not loaded: /usr/local/opt/gcc/lib/gcc/7/libgomp.1.dylib` · Issue #1369 · microsoft/LightG For Mac Users Version 10.13.4 Python 3.6.5 The 2nd of May gcc-8 was released, which is a major released. Th..