kushalpoddar / python_linear_regression

This is a small project predicting the chance of getting admission to a university based on CGPA of a student. It fits the data and draws a plot returning the parameters
0 stars 0 forks source link

Linear Regression basic model in python from scratch

The project is based on python Training data is inside the data folder

Requirements - numpy matplotlib pandas python