Skip to content

player3zxcvbnm/Machine-Learning-Algorithms

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 

Repository files navigation

Machine Learning Algorithms

Linear Regression from Scratch

This project predicts house prices using linear regression built from scratch with NumPy.

Dataset

California Housing dataset (20,640 samples, 8 features)

Results

  • R2 Score: 0.60 (train), 0.56 (test)

How to run

  1. Install dependencies: pip install numpy scikit-learn matplotlib
  2. Run: python Supervised/LinearRegression.py

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages