pull/34/head
Jen Looper 4 years ago
parent 3783e0970f
commit abd8c9eb8f

@ -217,4 +217,6 @@ There's a lot more to unpack regarding Logistic Regression! But the best way to
## Review & Self Study
**Assignment**: [Assignment Name](assignment.md)
Read the first few pages of [this paper from Stanford](https://web.stanford.edu/~jurafsky/slp3/5.pdf) on some practical uses for Logistic Regression. Think about tasks that are better suited for one or the other type of Regression tasks that we have studied up to this point. What would work best?
**Assignment**: [Retrying this Regression](assignment.md)

@ -1,9 +1,10 @@
# [Assignment Name]
# Retrying some Regression
## Instructions
In the lesson, you used a subset of the pumpkin data. Now, go back to the original data and try to use all of it, cleaned and standardized, to build a Logistic Regression model.
## Rubric
| Criteria | Exemplary | Adequate | Needs Improvement |
| -------- | --------- | -------- | ----------------- |
| | | | |
| Criteria | Exemplary | Adequate | Needs Improvement |
| -------- | ----------------------------------------------------------------------- | ------------------------------------------------------------ | ----------------------------------------------------------- |
| | A notebook is presented with a well-explained and well-performing model | A notebook is presented with a model that performs minimally | A notebook is presented with a sub-performing model or none |

Loading…
Cancel
Save