pymug / DrOmriAugust19SciKit

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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


Languages

Language:Jupyter Notebook 99.9%Language:CSS 0.1%