Machine Learning Jupyter Notebook
User Story
- As a: machine learning developer,
- I want: a jupyter notebook that re-implements the github code and runs on both @jmshahen and @snjazim
- so that: @jmshahen and @snjazim can work together on the machine learning algorithm.
Functional Requirements
-
A .ipynb file to be uploaded to the git repo -
Split the code into appropriate sections (all pre-processing steps in one module, etc.)
Description
Jupyter Notebooks have become the de facto standard for machine learning research.
It is fast to iterate through designs, quick to share, able to run in the cloud, and includes many features that make writing python easier.
A shared jupyter notebook will allow for collaboration on the machine learning algorithm and provide better accessibility for debugging any issues that occur during development.