optpolicy_main.OptimalPolicy.evaluate_multiple#
- OptimalPolicy.evaluate_multiple(allocations_dic, data_df)#
Evaluate several allocations simultaneously.
- Parameters
allocations_dic (Dictionary) – Contains dataframes with specific allocations.
data_df (DataFrame.) – Data with the relevant information about potential outcomes which will be used to evaluate the allocations.
- Returns
results_dic – Contains the results. This dictionary has the following structure: ‘outpath’ : Path
Location of directory in which output is saved.
- Return type
Dictionary.