<<<<<<< HEAD
This project requires Python 2.7 and the following Python libraries installed:
You will also need to have software installed to run and execute a Jupyter Notebook
If you do not have Python installed yet, it is highly recommended that you install the Anaconda distribution of Python, which already has the above packages and more included. Make sure that you select the Python 2.7 installer and not the Python 3.x installer.
Template code is provided in the notebook file.
In a terminal or command window, navigate to the top-level project directory ...\..\
(that contains this README) and run one of the following commands:
jupyter notebook XXX.ipynb
or
ipython notebook XXX.ipynb
- The
XXXXXX.ipynb
notebook file with all questions answered and all code cells executed and displaying output. - An HTML export of the project notebook with the name report.html. This file must be present for your project to be evaluated.
Udacity Machine Learning Nano-degree
origin/master