Skip to content

Commit

Permalink
fix typo in nb 09 'we now save' -> 'we know save'
Browse files Browse the repository at this point in the history
  • Loading branch information
rasbt committed Feb 7, 2020
1 parent 507254f commit 54088b2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ch09/ch09.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -509,7 +509,7 @@
"cell_type": "markdown",
"metadata": {},
"source": [
"After we trained the logistic regression model as shown above, we know save the classifier along woth the stop words, Porter Stemmer, and `HashingVectorizer` as serialized objects to our local disk so that we can use the fitted classifier in our web application later."
"After we trained the logistic regression model as shown above, we now save the classifier along woth the stop words, Porter Stemmer, and `HashingVectorizer` as serialized objects to our local disk so that we can use the fitted classifier in our web application later."
]
},
{
Expand Down Expand Up @@ -1331,7 +1331,7 @@
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.7.3"
"version": "3.7.1"
}
},
"nbformat": 4,
Expand Down

0 comments on commit 54088b2

Please sign in to comment.