diff --git a/2-Regression/4-Logistic/README.md b/2-Regression/4-Logistic/README.md index f5782d78e..d9cdbf87b 100644 --- a/2-Regression/4-Logistic/README.md +++ b/2-Regression/4-Logistic/README.md @@ -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) diff --git a/2-Regression/4-Logistic/assignment.md b/2-Regression/4-Logistic/assignment.md index d4badb79f..8131784e4 100644 --- a/2-Regression/4-Logistic/assignment.md +++ b/2-Regression/4-Logistic/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 |