gather_results
- hybrid_learning.experimentation.fuzzy_exp.fuzzy_exp_eval.gather_results(metrics_csv=None, **get_metrics_args)[source]
Gather and cache DataFrame containing experiment metric results. Convenience shortcut for calling
get_metrics()
, standard post-processing, and CSV caching.- Parameters
metrics_csv (Optional[str]) – where to load/save metric results from/to
get_metrics_args – see
get_metrics()
- Returns
DataFrame with columns for all experiment settings and metrics
- Return type
DataFrame