You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Implementation of a linear regression model in python
Intructions
Run python3 train.py to train de model with a given data
Check that theta.txt was modified with the data of the trained model
Run python3 predict.py to use the model
About
Implementation of a linear regression model in python