Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/princeinscripts/linear-regression-model

implementation of linear regression model using sklearn
https://github.com/princeinscripts/linear-regression-model

Last synced: 1 day ago
JSON representation

implementation of linear regression model using sklearn

Awesome Lists containing this project

README

        

# House Price Prediction Model

This project aims to build a simple house price prediction model using scikit-learn's linear regression. The model is trained on a dataset containing various features related to houses, and it predicts the price of a house based on those features.

## Getting Started

### Prerequisites

Make sure you have Python installed on your machine. You can install the required dependencies using:

```bash
pip install -r requirements.txt
```

#### Run **main.py** to see the result.