amirtoole / pyyyc_sklearn

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Intro to Scikit-Learn: A presentation for PyYYC

Getting Started

Installing requirements with Conda

  1. If you need conda, install Miniconda https://conda.io/miniconda.html
  2. Install requirements into new conda environment: conda env create -f environment.yml
  3. Activate environment: source activate pyyyc_sklearn

Installing requirements with pip

Tutorial is in python 3.

The following tools and libraries are needed:

  1. pip install scikit-learn
  2. pip install matplotlib

And if you want to work in jupyter notebook (interactive programming IDE):

  1. pip3 install jupyter. More details here: http://jupyter.readthedocs.io/en/latest/install.html

About

License:MIT License


Languages

Language:Jupyter Notebook 100.0%