You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Oct 19, 2021. It is now read-only.
Copy file name to clipboardExpand all lines: docs/part4/JUPYTER.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -215,7 +215,7 @@ logreg.fit(X_train,y_train)
215
215
216
216
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.
217
217
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
0 commit comments