Skip to content

Commit

Permalink
ht/rerun checks
Browse files Browse the repository at this point in the history
  • Loading branch information
hannah-tillman committed Feb 29, 2024
1 parent 74556cd commit a77bedd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion h2o-bindings/bin/custom/python/gen_rulefit.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ def rule_importance(self):

def predict_rules(self, frame, rule_ids):
"""
Evaluates validity of the given rules on the given data.
Evaluates validity of the given rules on the given data.
:param frame: H2OFrame on which rule validity is to be evaluated
:param rule_ids: string array of rule ids to be evaluated against the frame
Expand Down
2 changes: 1 addition & 1 deletion h2o-py/h2o/estimators/rulefit.py
Original file line number Diff line number Diff line change
Expand Up @@ -451,7 +451,7 @@ def rule_importance(self):

def predict_rules(self, frame, rule_ids):
"""
Evaluates validity of the given rules on the given data.
Evaluates validity of the given rules on the given data.
:param frame: H2OFrame on which rule validity is to be evaluated
:param rule_ids: string array of rule ids to be evaluated against the frame
Expand Down

0 comments on commit a77bedd

Please sign in to comment.