diff --git a/4-Classification/2-Classifiers-1/README.md b/4-Classification/2-Classifiers-1/README.md index eb4c010d..a91a9526 100644 --- a/4-Classification/2-Classifiers-1/README.md +++ b/4-Classification/2-Classifiers-1/README.md @@ -211,4 +211,4 @@ In this lesson, you used your cleaned data to build a machine learning model tha Dig a little more into the math behind Logistic Regression in [this lesson](https://people.eecs.berkeley.edu/~russell/classes/cs194/f11/lectures/CS194%20Fall%202011%20Lecture%2006.pdf) ## Assignment -[Assignment Name](assignment.md) +[Study the solvers](assignment.md) diff --git a/4-Classification/2-Classifiers-1/assignment.md b/4-Classification/2-Classifiers-1/assignment.md index d4badb79..065a06c5 100644 --- a/4-Classification/2-Classifiers-1/assignment.md +++ b/4-Classification/2-Classifiers-1/assignment.md @@ -1,9 +1,9 @@ -# [Assignment Name] - +# Study the solvers ## Instructions +In this lesson you learned about the various solvers that pair algorithms with a machine learning process to create an accurate model. Walk through the solvers listed in the lesson and pick two. In your own words, compare and contrast these two solvers. What kind of problem do they address? How do they work with various data structures? Why would you pick one over another? ## Rubric -| Criteria | Exemplary | Adequate | Needs Improvement | -| -------- | --------- | -------- | ----------------- | -| | | | | +| Criteria | Exemplary | Adequate | Needs Improvement | +| -------- | ---------------------------------------------------------------------------------------------- | ------------------------------------------------ | ---------------------------- | +| | A .doc file is presented with two paragraphs, one on each solver, comparing them thoughtfully. | A .doc file is presented with only one paragraph | The assignment is incomplete |