https://coderhydra.tistory.com/150
m1) homebrew 설치하기
❍ 게발환경 https://brew.sh/ Homebrew The Missing Package Manager for macOS (or Linux). brew.sh # hombrew install 상기 링크에서 주소확인 ~ /bin/bash -c "$(curl -fsSL https://raw.githubusercontent.c..
coderhydra.tistory.com
# xcode 설치
~ xcode-select --install
# 라이브러리 설치
~ brew install cmake libomp
# 라이브러리 설치
~ conda install python=3.8.8
~ conda install numpy scipy scikit-learn
#lightgbm 설치
~ conda install lightgbm
#xgboost 설치
~ pip install xgboost
'+++팁+++' 카테고리의 다른 글
m1) pygame 설치 (0) | 2022.04.12 |
---|---|
m1) homebrew 설치하기 (0) | 2022.04.12 |
vs code) 비주얼 스튜디오 코드 php 개발환경 설정 (0) | 2022.04.08 |
m1) graphviz 설치 (0) | 2022.04.06 |
m1) Tensorflow 설치 (0) | 2022.04.05 |