respace.ResultSet.rank_longest_to_compute#

ResultSet.rank_longest_to_compute(res_name: str, params_as_idx: bool = False) DataFrame[source]#

Return the ranking of parameters from longest to compute to shortest.

Parameters:
res_namestr

Name of the result for which to get the ranking.

params_as_idxbool

Whether to have the parameters as part of a pd.MultiIndex in the output DataFrame. By default, they will be as columns.

Returns:
pd.DataFrame

DataFrame containing the ranking of computing times for result res_name, as well as the parameters associated to these computations.