Loading repository data…
Loading repository data…
TheDarkTrumpet / repository
Jupyter Notebooks with code/changes to contents from the book "Data Science BookCamp"
A transparent discovery signal based on current public GitHub metadata.
This score does not audit code, security, maintainers, documentation quality, or suitability. Verify the repository and its current documentation before adoption.
This repository includes mostly Jupyter notebooks that include fragments of code from the chapters presented in the book DataScienceBookcamp by Leonard Apeltsin and published by Manning.
This book is currently in MEAP, and isn't a replacement for the source code for the book. This is primarily off of code/snippets/tests that I felt worth running.
All files included are Jupyter notebook format. Meaning, you can't run these from the command line. See the installation/setup section for more information.
In the root of this repository is a script called setup.sh, that - assuming you're using BASH, should setup the virtual environment for you. You do need to have Python installed. This installs the following:
There are a few cases when you don't want to run this script, but use it as a baseline for what you do need to install - and those are:
Once everything's setup, be sure to install all the library files from the requirements.txt file. The script does this automatically.