Skip to content

Latest commit

 

History

History
4 lines (4 loc) · 312 Bytes

README.md

File metadata and controls

4 lines (4 loc) · 312 Bytes

OLS Sklearn

  • This is a simple project template for running Linear Regression using scikit-learn.
  • Including checking and dealing with OLS assumptions, using dummy variables, interpreting coefficients and feature interaction.
  • To run the notebook, run pip install -r requirements.txt in the repo directory.