Skip to content

Commit

Permalink
updating example
Browse files Browse the repository at this point in the history
  • Loading branch information
KARTHEEKCIC committed Aug 10, 2021
1 parent bfc8cd7 commit ad5cbc5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/getting_started.rst
Expand Up @@ -40,7 +40,7 @@ using 0-1 loss (i.e., the default loss).

# Bounds on the classification error (only for MRC)
lower_error = clf.get_lower_bound()
upper_error = clf.upper_
upper_error = clf.get_upper_bound()

# Compute the accuracy on the test set
accuracy = clf.score(X_test, y_test)
Expand Down

0 comments on commit ad5cbc5

Please sign in to comment.