You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
12 lines
812 B
12 lines
812 B
4 years ago
|
# Create a Regression Model
|
||
4 years ago
|
|
||
|
## Instructions
|
||
|
|
||
4 years ago
|
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.
|
||
|
|
||
4 years ago
|
## Rubric
|
||
|
|
||
4 years ago
|
| Criteria | Exemplary | Adequate | Needs Improvement |
|
||
|
| -------- | ------------------------------------------------------------ | -------------------------- | ------------------------------- |
|
||
|
| | presents a complete notebook with a well-documented solution | the solution is incomplete | the solution is flawed or buggy |
|