yogeshpv / ml_intro

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Installation

Install Anaconda - python package installer https://www.continuum.io/downloads

You can install anaconda in mac, The steps below is for installing in openhouse

  1. wget https://repo.continuum.io/archive/Anaconda2-4.2.0-Linux-x86_64.sh
  2. bash Anaconda2-4.2.0-Linux-x86_64.sh
  3. Follow steps here : http://jupyter-notebook.readthedocs.io/en/latest/public_server.html
  4. Run from client: jupyter notebook --no-browser --port 8000 --ip
  5. To run the code: you will need to install following:
    • pip install quandl
    • pip install seaborn
    • pip install mpld3

About


Languages

Language:Jupyter Notebook 99.6%Language:Python 0.4%