Skip to content
This repository was archived by the owner on Oct 19, 2021. It is now read-only.

Commit cb42671

Browse files
committed
fix typo
1 parent d675325 commit cb42671

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/part4/JUPYTER.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -215,7 +215,7 @@ logreg.fit(X_train,y_train)
215215

216216
Once you have built the model you will want to verify how accurate the model is, so there are a number of ways we can do this. The first one is to use an evaluator to get a measure of how good the model is. A value of 1.0 represents 100% accuracy over the training data.
217217

218-
- calculate the class from the 25% of the training data that were set aside to test the model
218+
- calculate the classification from the model for the 25% of the training data that was set aside to test the model
219219

220220
```python
221221
# generate the predictions from the test subset

0 commit comments

Comments
 (0)