Interpretable-Machine-Learning-with-Python-2E
Interpretable ML with Python, 2E - published by Packt
파일 탐색기
최종 버전 다운로드 (.zip)- chapter_setup.py
- README.md
- requirements.txt
- WeightPrediction.ipynb
- chapter_setup.py
- CVD.ipynb
- README.md
- requirements.txt
- chapter_setup.py
- FlightDelays.ipynb
- README.md
- requirements.txt
- chapter_setup.py
- README.md
- requirements.txt
- UsedCars.ipynb
- chapter_setup.py
- ChocoRatings.ipynb
- README.md
- requirements.txt
- chapter_setup.py
- README.md
- Recidivism.ipynb
- requirements.txt
- chapter_setup.py
- GarbageClassifier.ipynb
- README.md
- requirements.txt
- chapter_setup.py
- README.md
- requirements.txt
- ReviewSentiment.ipynb
- chapter_setup.py
- README.md
- requirements.txt
- Traffic_compact1.ipynb
- Traffic_compact2.ipynb
- Traffic_optimal.ipynb
- chapter_setup.py
- Mailer.ipynb
- README.md
- requirements.txt
- chapter_setup.py
- CreditCardDefaults.ipynb
- README.md
- requirements.txt
- chapter_setup.py
- README.md
- Recidivism_part2.ipynb
- requirements.txt
- chapter_setup.py
- Masks.ipynb
- README.md
- requirements.txt
- garbage_dataset.zip
- garbage_dataset_sample.zip
- nyc_restaurant_reviews.zip
- traffic-volume-2e.csv.zip
- usedcars-2e.csv.zip
- garbage-finetuned-efficientnet-b0.ckpt
- garbage-finetuned-efficientnet-b1.ckpt
- garbage-finetuned-efficientnet-b2.ckpt
- garbage-finetuned-efficientnet-b3.ckpt
- garbage-finetuned-efficientnet-b4.ckpt
- garbage-finetuned-efficientnet-b5.ckpt
- garbage-finetuned-efficientnet-b6.ckpt
- garbage-finetuned-efficientnet-b7.ckpt
- LSTM_traffic_168_compact1.hdf5
- LSTM_traffic_168_compact2.hdf5
- LSTM_traffic_168_optimal.hdf5
- .gitattributes
- .gitignore
- LICENSE
- README.md
- requirements.txt
- requirements_w_pip.txt
- setup.py
# 설치 가이드
1. 코드 내려받기
git clone https://github.com/PacktPublishing/Interpretable-Machine-Learning-with-Python-2E
깃허브에서 프로젝트 코드 전체를 내 컴퓨터로 내려받습니다.
cd Interpretable-Machine-Learning-with-Python-2E
방금 내려받은 프로젝트 폴더 안으로 이동합니다.
2. Python
쉬움 추천사전 준비물
Under the hood it is using `pip` to install the packages one-by-one as specified [requirements.txt](requirements.txt).
이 명령어를 터미널에 그대로 입력해 실행하세요.
If it's starting from a clean slate it should have no conflicts. Please note that for some systems you might need to install `pip` and `setuptools` before you run `setup.py` since these usually come already installed but sometimes they aren't.
이 명령어를 터미널에 그대로 입력해 실행하세요.
If you are having issues with the installation you can try pip directly which can install most of the packages all-in-one-go using `-r`. There are two packages we must install without dependencies to avoid conflicts.
이 명령어를 터미널에 그대로 입력해 실행하세요.
The setup script won't take care of your Jupyter installation, You would still need to install Jupyter like this:
이 명령어를 터미널에 그대로 입력해 실행하세요.
에러 메시지 없이 실행되고 터미널에 안내 문구가 출력되면 정상입니다.
이 레포의 README에 적힌 실제 명령어를 그대로 가져왔습니다.
// repository documentation
Was this content helpful?
(0 ratings)
