plot_avg_score_vs_occurrence

mastml.plots.plot_avg_score_vs_occurrence(savepath, occurrence, score, std_score)[source]

Function to plot the average score of each feature against their occurrence in all of the splits

Args:

savepath: (str), string denoting the path to save output to

occurrence: (list), the list of occurrence of each feature

score: (list), the list of the feature ranking score of each feature

std_score(list), the list of standard deviation of the feature ranking score

Returns:

None.