0% found this document useful (0 votes)
32 views1 page

Python Data Dive: Regression & Classification

Uploaded by

parton.g.l.o.b.a
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
32 views1 page

Python Data Dive: Regression & Classification

Uploaded by

parton.g.l.o.b.a
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd

Python Data Dive Activities Unit 3.

2
1. Perform linear regression on the Boston housing dataset and evaluate
the model's performance. What are the key metrics you used to assess
the model?

DataSet: Regression dataset: Boston housing dataset from the UCI


Machine Learning Repository
([Link]/datasets/schirmerchad/bostonhoustingmlnd)

2. Implement a decision tree classifier on the Titanic dataset and visualize


the decision tree. Explain how the decision tree is making predictions.

Classification dataset: Titanic dataset from Kaggle


([Link]/c/titanic/data)

You might also like