Skip to content

Ackos95/ML-Simple-Linear-Regression

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Simple linear regression example in python

Description

It uses basic linear regression to calculate predictions for test data, with coefficients build using training data. And also verifies that method with calculating RMSE for predictions (square root of summed square error by size).

Installation and usage

Install required packages with

pipenv install

Start created virtual environment

pipenv shell

Run app

python src/main.py ./data/train.csv ./data/test_preview.csv

About

Simple linear regression code in python

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages