Zoom Link
To obtain the Zoom link for this workshop please: Click here for Zoom link
After re-registering on the Zoom website, you will receive a confirmation email containing information about joining the meeting.
If you already have and use a Zoom account, please sign into it first, before trying to access the D-Lab workshop.
If you have questions or problems with Zoom, please email: dlab-frontdesk@berkeley.edu
Overview
This workshop introduces students to scikit-learn, the popular machine learning library in Python, as well as the auto-ML library built on top of scikit-learn, TPOT. The focus will be on scikit-learn syntax and available tools to apply machine learning algorithms to datasets.
Prior knowledge: We will assume a basic knowledge of Python and a basic understanding of machine learning techniques. No theory instruction will be provided.
Tech requirement: Laptop required. Please make sure Python 3 is installed, as well as the following packages:
- scikit-learn
- jupyter
- tpot