Skip to content

Latest commit

 

History

History
7 lines (5 loc) · 342 Bytes

README.md

File metadata and controls

7 lines (5 loc) · 342 Bytes

Machine Learning Projects

A collection of machine learning projects I have done.

House Price Estimator

The Problem - predict house prices given features that are both categories and numerical.

The Solution - the model used is a Random Forest Regression method using Scikit-Learn, whilst data processing is done using Pandas.