Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Update openml/extensions/sklearn/extension.py
Co-authored-by: PGijsbers <p.gijsbers@tue.nl>
  • Loading branch information
mfeurer and PGijsbers authored Nov 2, 2020
commit d08ad8317d2bc4c5f208cd5c065167761f58d324
2 changes: 1 addition & 1 deletion openml/extensions/sklearn/extension.py
Original file line number Diff line number Diff line change
Expand Up @@ -1644,7 +1644,7 @@ def _prediction_to_probabilities(
try:
# check if model is fitted
# 'predict' internally calls sklearn.utils.validation.check_is_fitted for every
# model-specific attribute it excepts, thus offering a more robust check than
# model-specific attribute it expects, thus offering a more robust check than
# a generic simplified call of check_is_fitted(model_copy)
from sklearn.exceptions import NotFittedError

Expand Down