Interpretable-Machine-Learning-with-Python-2E
Interpretable ML with Python, 2E - published by Packt
File Explorer
Download Latest Version (.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
# Installation Guide
1. Get the code
git clone https://github.com/PacktPublishing/Interpretable-Machine-Learning-with-Python-2E
Downloads the entire project code from GitHub to your computer.
cd Interpretable-Machine-Learning-with-Python-2E
Moves into the project folder you just downloaded.
2. Python
Easy RecommendedPrerequisites
Under the hood it is using `pip` to install the packages one-by-one as specified [requirements.txt](requirements.txt).
Type this command into your terminal and run it.
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.
Type this command into your terminal and run it.
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.
Type this command into your terminal and run it.
The setup script won't take care of your Jupyter installation, You would still need to install Jupyter like this:
Type this command into your terminal and run it.
If it runs without errors and prints output in the terminal, it worked.
Pulled directly from this repo's README.
// repository documentation
Was this content helpful?
(0 ratings)
