lightgbm (1) 썸네일형 리스트형 [M1] LightGBM 설치하기 apple m1에서는 pip install lightGBM을 수행하면 설치가 안 된다. 그래서 기반이 되는 프로그램을 따로 설치해줘야 한다. 1. Xcode Command Line Tools 설치 xcode-select --install 2. brew 설치 /bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)" 3. miniforge 설치 brew install miniforge 4. cmake, libomp 설치 brew install cmake libomp 5. conda 가상환경 생성 conda create -n test conda activate test conda install n.. 이전 1 다음