Skip to content

qingkaikong/20170628_ML_sklearn

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Machine learning in Python with scikit-learn

The materials in this repository are for the Pre-workshop on June 28, 4 - 6 pm, as part of the 2017 CDIPS Data Science Workshop. It is prepared by Qingkai Kong.

Goals of the workshop

  • Understand the basics of Machine Learning
  • Get familiar with the syntax of scikit-learn

After the workshop, you should be able to use popular models in your problems.

The setup

This workshop will use Python 3. If your main environment is Python 2, you can create a virtual environment to use Python 3 without messing up with your existing environment. You can follow steps here

The easiest way to get these working is to use the conda environment manager. I suggest downloading and installing miniconda.

The following command will install all required packages:

$ pip install -r requirements.txt

References

About

Workshop material for 2017 CDIPS Data Science Workshop

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published