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).
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