to_logic_dirs

hybrid_learning.experimentation.fuzzy_exp.fuzzy_exp_eval.to_logic_dirs(experiment_root, model_key, split, formula_dirs=None, logic_type=None, skip_missing=True)[source]

Get the sub-directories for logic experiments based on given information.

Parameters
  • formula_dirs (Optional[str]) – list of (full) directories to include; by default excluded are “.*”, “_*”, “*results_cache”

  • model_key (str) – key and directory name of the model

  • experiment_root (str) –

  • split (str) –

  • logic_type (Optional[str]) –

  • skip_missing (bool) –

Returns

list of logic dirs (full paths)

Return type

List[str]