This is a small repository that houses a few machine learning projects that serve to practice using several things in machine learning.
- Linear Regression analysis on housing data from Ames, Iowa (can find original data here on Kaggle).
- Performed pre-processing to clean up data filling in missing data and convert string data into dummy variables.
- Used the linear regression models from the scikit-learn Python library