Skip to content

Commit

Permalink
Merge pull request rasbt#111 from rasbt/typo09
Browse files Browse the repository at this point in the history
fix typo in nb 09 'we know save' -> 'we now save'
  • Loading branch information
rasbt authored Feb 7, 2020
2 parents 507254f + 54088b2 commit d3baff9
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 d3baff9

Please sign in to comment.