We will start learning the scikit learn package while exploring the Denver, Colorado homes data for our project. Can you predict that?
Completed Readings: Machine Learning Introduction, A visual introduction to machine learning, How to choose a good evaluation metric for your Machine learning model
Grand Questions
- Create 2-3 charts that evaluate potential relationships between the home variables and
before1980
. - Can you build a classification model (before or after 1980) that has at least 90% accuracy for the state of Colorado to use (explain your model choice and which models you tried)?
- Will you justify your classification model by detailing the most important features in your model (a chart and a description are a must)?
- Can you describe the quality of your classification model using 2-3 evaluation metrics?
- You need to explain how to interpret each evaluation metric when you provide the value.