scikit learn demo session

Speaker : Olivier Grisel
INRIA
Date: 27/04/2017
Time: 10:00 am - 12:00 pm
Location: LINCS Seminars room

Abstract

The next talk in the ML workgroup will be given by Olivier Grisel on scikit learn as a demo session.

It also possible to attend without a laptop and just follow what Olivier will present on the video projector.

Attendees who want to follow the demo in a hands on fashion, should install anaconda https://www.continuum.io/downloads

Make sure you can start a jupyter notebook and execute a cell with the following python statements:

import numpy as np 
import matplotlib.pyplot as plt
import sklearn
print(sklearn.__version__)

You can also git clone the following repository: https://github.com/ogrisel/notebooksThere will be an update by Olivier Grisel the week of April 27, so be sure to update at the last minute!