get_formula

hybrid_learning.experimentation.fuzzy_exp.fuzzy_exp_helpers.get_formula(formula_spec, fuzzy_logic_key, predicate_setts, out_key='final_', warn_about_unused_setts=False)[source]

Parse a formula specification to a formula object of the given logic.

Parameters
  • formula_spec (str) –

  • fuzzy_logic_key (str) –

  • predicate_setts (Dict[str, Any]) –

  • out_key (str) –

  • warn_about_unused_setts (bool) –

Return type

Merge