to_bool_predicates

hybrid_learning.experimentation.fuzzy_exp.fuzzy_exp_helpers.to_bool_predicates(config, formula_obj, thresh_key=None)[source]

Replace all occurences of predicate variables by a boolean version binarized at thresh_key. Returns a new formula object.

Parameters