-
python -c "import sklearn; print(sklearn.version)"
=> 사이킷런 설치 확인 -
pip install tensorflow==2.0.0
-
python -c "import tensorflow as tf; print(tf.version)"
=> 텐서플로우 설치 확인 -
conda env create -f environment.yml
=> 파일 속성 확인 후 .txt를 완전히 지우고 .yml로 확장자 변경 -
conda activate(비활성화는 deactivate) python-ml
=> 설치 후 자동으로 콘다 환경 생성 & 텐서플로우와 필요한 다른 패키지 설치
✔ 주피터 노트북 파일 확장자 : ipynb
✔ 주피터 노트북은 다른 사이트 참고해서 더 공부할 것