You are on page 1of 1

Sorbonne Data Science Project 1

Data Management & Visualization

Can you predict CO2 emissions from cars of the following brands in 2014:
AUDI, Citroen, Kia, Subaru, Smart, Mini (based on the other brands)

• This should be done using data from 2014 only (don’t base your model on past data)

• You should neither use conso mixte’, conso urb, conso exurb, as it almost perfectly predicts
the Co2 emissions

Step 1
Download data from here.

Step 2
Describe the data using key descriptive statistics

Step 3
Analyze ”CO2” and describe how it could depend on other variables.

Step 4
Use a model from the sklearn library, and predict this dependant variable.

You might also like