From 0c1f4c0441cd44db44581b7b8fb1614c01c4f39f Mon Sep 17 00:00:00 2001 From: Hannah Tillman Date: Fri, 1 Mar 2024 13:48:10 -0600 Subject: [PATCH] ht/rerun checks --- h2o-bindings/bin/custom/python/gen_rulefit.py | 2 +- h2o-py/h2o/estimators/rulefit.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/h2o-bindings/bin/custom/python/gen_rulefit.py b/h2o-bindings/bin/custom/python/gen_rulefit.py index 70621b25cc59..02a995675479 100644 --- a/h2o-bindings/bin/custom/python/gen_rulefit.py +++ b/h2o-bindings/bin/custom/python/gen_rulefit.py @@ -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 diff --git a/h2o-py/h2o/estimators/rulefit.py b/h2o-py/h2o/estimators/rulefit.py index e5e9c98f2638..8b0e447cf528 100644 --- a/h2o-py/h2o/estimators/rulefit.py +++ b/h2o-py/h2o/estimators/rulefit.py @@ -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