#3 Machine Learning & Data Science Challenge 3
OLS Stats Model (Ordinary Least Square)
OLS is a stats model, which will help us in identifying the more significant features that can have an
influence on the output.
OLS model in python is executed as:
lm = smf.ols(formula = 'Sales ~ am+consta...
bhagirathkd.hashnode.dev1 min read