Skip to content

Commit

Permalink
Update h2o-py/h2o/model/metrics/binomial.py
Browse files Browse the repository at this point in the history
fix example

Co-authored-by: Adam Valenta <[email protected]>
  • Loading branch information
maurever and valenad1 authored Nov 1, 2023
1 parent 1662f5d commit 9a754e0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion h2o-py/h2o/model/metrics/binomial.py
Original file line number Diff line number Diff line change
Expand Up @@ -971,7 +971,7 @@ def thresholds_and_metric_scores(self):
... y="response",
... training_frame=h2o_data)
>>> perf = gbm.model_performance()
>>> perf.
>>> perf
"""
if 'thresholds_and_metric_scores' in self._metric_json:
return self._metric_json['thresholds_and_metric_scores']
Expand Down

0 comments on commit 9a754e0

Please sign in to comment.