Skip to content
This repository has been archived by the owner on Oct 3, 2023. It is now read-only.

Code & Data for Introduction to Machine Learning with Scikit-Learn

License

Notifications You must be signed in to change notification settings

georgetown-analytics/machine-learning

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

XBUS 505: Data Analysis II: Machine Learning

An Introduction to Machine Learning with Scikit-Learn

Scikit-Learn Cheat Sheet

Getting Started

Please install the dependencies for this repository using pip or conda as follows:

$ pip install -U -r requirements.txt

or

$ conda install -f requirements.txt

Note that you may want to install these requirements in a virtualenv or conda environment in order to make dependency management simpler.

After you've installed the dependencies, simply open a Jupyter notebook:

$ jupyter notebook

Organization

If you're here from a cohort before Spring 2020, please refer to the archive folder to find any notebooks that may have been demonstrated during your courses.

The demos folder contains live code exercises by date. If you're looking for code that was written during class, look for the course date in this folder.

The examples folder contains work submitted by students engaged in the UCI machine learning repository. Please feel free to submit a PR with your work in this folder!

The notebooks folder has some example notebooks to refer to when working on the UCI machine learning lab or working with scikit-learn. In particular:

  • estimators.ipynb - a tour of Scikit-Learn from the perspective of the API
  • wheat.ipynb - an example classification notebook

About

Code & Data for Introduction to Machine Learning with Scikit-Learn

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Jupyter Notebook 98.9%
  • Python 1.1%