Credit: Template and study cases were adapted from blog posts made available by Dr. Jason Brownlee of Machine Learning Mastery.
For more information on this case study project, please consult Dr. Brownlee’s blog post at https://machinelearningmastery.com/regression-machine-learning-tutorial-weka/.
Dataset Used: Housing Values in Suburbs of Boston
ML Model: Regression, numeric inputs
Dataset Reference: https://archive.ics.uci.edu/ml/datasets/Housing
The purpose of this project is to analyze a dataset using various machine learning algorithms and to document the steps using a template. The project aims to touch on the following areas:
- Document a regression predictive modeling problem end-to-end.
- Explore feature selection options for improving model performance
- Explore algorithm tuning techniques for improving model performance
The HTML formatted report can be found here on GitHub.