In this lab, we will begin to explore the scikit-learn library in the context of supervised learning.
Open the main.ipynb
file in the your-code
directory. Follow the instructions and add your code and explanations as necessary. By the end of this lab, you will have learned about the scikit-learn library and about different aspects of linear regression.
main.ipynb
with your responses.
Upon completion, add your deliverables to git. Then commit git and push your branch to the remote.
sklearn.datasets.load_diabetes
sklearn.linear_model.LinearRegression
StatsModels Linear Regression Ordinary Least Squares
Linear Model Hypothesis Testing