structify_net.scoring.scores_for_rank_models
- structify_net.scoring.scores_for_rank_models(rank_models, m, scores=None, epsilons=0, runs=1, details=False, latex_names=True)
Scores for a list of rank models
- Args:
rank_models (_type_): A dictionary of rank models such as {name:rank_model} m (_type_): Number of edges scores (_type_, optional): A dictionary of scores such as {name:score}. Defaults to None. epsilons (int, optional): A list of epsilons. Defaults to 0. runs (int, optional): number of runs. Defaults to 1. details (bool, optional): If True, the results of each run are returned. Defaults to False. latex_names (bool, optional): IF True, the names of the scores are latex formulas. Defaults to True.
- Returns:
_type_: dataframe with the scores