Skip to content

Latest commit

 

History

History
12 lines (8 loc) · 399 Bytes

File metadata and controls

12 lines (8 loc) · 399 Bytes

🧠 Linear Regression House Price Predictor

This project implements a simple Linear Regression model in C++ for predicting house prices based on features like square footage and number of bedrooms. It includes support for data normalization, model saving/loading, and diagnostics.

🚀 Quick Start

1. Clone the repository

git clone 
cd Linear-regression
./main