You are on page 1of 13

Brighton Coding Club

Python for Data Science Recap and Intro to Regression


and Classification

Pietro Paolo Bertagnolio


Andrea Gasparella
Collection of Resources for DataScience

Link to Book

31/10/2019 Mott MacDonald | Presentation 2


Book for a Gentle Introduction in ML

Link to Book

31/10/2019 Mott MacDonald | Presentation 3


For a More Technical Dive

Link to Book

31/10/2019 Mott MacDonald | Presentation 4


This Session and the next

1. Regression Example
https://scikit-learn.org/stable/supervised_learning.html#supervised-learning

2. Classification Example
https://scikit-learn.org/stable/supervised_learning.html#supervised-learning

31/10/2019 Mott MacDonald | Presentation 5


Machine Learning

31/10/2019 Mott MacDonald | Presentation 6


Regression vs Classification

31/10/2019 Mott MacDonald | Presentation 7


Regression

Common performance metrics:


MAE, MSE, MRSE

31/10/2019 Mott MacDonald | Presentation 8


Regression

31/10/2019 Mott MacDonald | Presentation 9


Classification

Common performance metrics:


Accuracy, Precision, Recall

31/10/2019 Mott MacDonald | Presentation 10


Classification

31/10/2019 Mott MacDonald | Presentation 11


Typical Data Science Pipeline

31/10/2019 Mott MacDonald | Presentation 12


Let’s open the Jupyter
notebook and put your hands
on the code

31/10/2019 Mott MacDonald | Presentation 13

You might also like