Skip to content

Latest commit

 

History

History
11 lines (7 loc) · 632 Bytes

README.md

File metadata and controls

11 lines (7 loc) · 632 Bytes

In this california_housing data set project I will be implementing a solution for a regression problem using various ML techniques

  • The target variable is the median house value for California districts, expressed in hundreds of thousands of dollars ($100,000). So, I'm tring to create a prediction engine that will predict the median house price for a district based on its features.

  • This dataset was obtained from the StatLib repository. https://www.dcc.fc.up.pt/~ltorgo/Regression/cal_housing.html

The main notebooks© is the CH Project, and attached is an HTML file (download and add to chrome to watch)

Nadav GB