News

I use Python 3 and Jupyter Notebooks to generate plots and equations with linear regression on Kaggle data. I checked the correlations and built a basic machine learning model with this dataset.
Section 1 demonstrates linear regression to model the linear relationship between a response and predictor(s) when both the response and predictors are continuous variables. We will cover the ...