tigerforecast.experiments.create_full_problem_to_methods

tigerforecast.experiments.create_full_problem_to_methods(problems_ids, method_ids)[source]

Description: Associate all given problems to all given methods.

Parameters:
  • problem_ids (list) – list of problem names
  • method_ids (list) – list of method names
Returns:

association problem -> method

Return type:

full_problem_to_methods (dict)