--- jupytext: cell_metadata_filter: -all formats: md:myst text_representation: extension: .md format_name: myst format_version: 0.13 jupytext_version: 1.11.5 kernelspec: display_name: Python 3 language: python name: python3 --- # Create a regression model ## Instructions In this section 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 | Criteria | Exemplary | Adequate | Needs Improvement | | -------- | ------------------------------------------------------------ | -------------------------- | ------------------------------- | | | presents a complete notebook with a well-documented solution | the solution is incomplete | the solution is flawed or buggy | ## Acknowledgments Thanks to Microsoft for creating the open-source course [ML-For-Beginners](https://github.com/microsoft/ML-For-Beginners). It inspires the majority of the content in this chapter.