pyprobound.external.parse_probound_model

parse_probound_model(fit_final, config, count_tables)

Parses all rounds associated with an experiment in a ProBound fit.

Parameters:
  • fit_final (dict[str, Any]) – The ProBound fit, parsed by get_fit_final.

  • config (dict[str, Any]) – The config.json file, parsed into a dictionary.

  • count_tables (Iterable[CountTable]) – The CountTable objects of an experiment, from parse_probound_tables.

Return type:

MultiExperimentLoss

Returns:

A MultiExperimentLoss.