Skip to content

Repository for a talk at a meetup of the Mauritian Python User Group

Notifications You must be signed in to change notification settings

pymug/DrOmriAugust19SciKit

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Introduction to Machine Learning with Scikit-Learn

Here are my slides (in a jupyter notebook with RISE) and a beginning of a practical analysis of the diabetes dataset provided with scikit-learn.

In order to install all depenencies for the talk, you can either use pipenv by running

pipenv install

in the project directory or, if you prefer pip, using:

pip install -r requirements.txt

You might need to install some jupyter extensions for the slides to work, by running

jupyter nbextension enable --py widgetsnbextension

if you don't have ipywidgets installed yet.

About

Repository for a talk at a meetup of the Mauritian Python User Group

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Jupyter Notebook 99.9%
  • CSS 0.1%