This repo contains two Jupyter notebooks which demonstrate how to use some features of scikit-learn & Keras.
Instructions here if you need to grab it: https://www.python.org/downloads/
git clone https://github.com/svivek/scikit_learn_keras_demo
cd scikit_learn_keras_demo
pip3 install -r requirements.txt
Note: this setup installs the "CPU version" of TensorFlow; if you're running some large model you'll want to use the "GPU version" for much better efficiency. It's a slightly different setup that is outside the scope of this demo, but just something to keep in mind.
We use graphviz for displaying decision trees in the scikit learn
demo. You may need to install graphviz; follow the instructions
here. On a Mac, brew install graphviz
does the trick.
jupyter notebook