Create a Regression Model

June 17, 2021 ยท View on GitHub

Instructions

In this lesson you were shown how to build a model using both Linear and Polynomial Regression. Using this knowledge, find a dataset or use one of Scikit-learn's built-in sets to build a fresh model. Explain in your notebook why you chose the technique you did, and demonstrate your model's accuracy. If it is not accurate, explain why.

Rubric

CriteriaExemplaryAdequateNeeds Improvement
presents a complete notebook with a well-documented solutionthe solution is incompletethe solution is flawed or buggy