Skip to content

mwhitesi/pyyyc_sklearn

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Using Docker

  1. docker-compose up

Once finished, visit http://localhost:8888

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published