18 Jun Chapter 1 – Python Jupyter – Estimating Simple Regression
Python Jupyter Notebook platform can be used to estimate simple regression on a data set. Python is one of the leading programming language with its application is data science. import pandas as pdimport seaborn as snsfrom statsmodels.graphics.gofplots import qqplotimport matplotlib.pyplot as pltfrom scipy.stats import shapirofrom...