Project 2
In this project, you will modeling and predicting walkability index data.
- Download the data files and set up your coding environment
- You will find a dictionary file with the data, which provides variable descriptions
- The target is the
NatWalkInd
variable – this is a continuous numeric variable - Your model performance metrics should match the type of model you are fitting to the data
- Gradescope is going to run two metrics: mean square error, and r-squared score – to get full points for this assignment, your predictions should have a mean square error lower than
1
and your r-squared score should be higher than50%
- Submit your predictions on the
test.csv
data as amy_predictions.csv
file to gradescope – make sure you have a column named prediction in your file