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

https://github.com/waghraj1699/codeclauseinternship_predicting_house_prices

Task 1 of the CodeClause Internship
https://github.com/waghraj1699/codeclauseinternship_predicting_house_prices

data-science machine-learning-algorithms numpy pandas-dataframe

Last synced: about 2 months ago
JSON representation

Task 1 of the CodeClause Internship

Awesome Lists containing this project

README

          

# CodeClauseInternship_Predicting_House_Prices

Project Details

Aim -
Build a simple linear regression model to predict house prices based on features like
the number of bedrooms and square footage.

Description-
Use a dataset of house prices, split it into training and testing sets, and build a
regression model using Scikit-learn.

Technologies-
Python, Pandas, Scikit-learn.
You can use other technologies that you know.

What You Learn-
Introduction to regression modeling and prediction