plot_feature_occurrence

mastml.plots.plot_feature_occurrence(savepath, feature, occurrence)[source]

Function to plot the occurrence of each feature in all of the splits

Args:

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

feature: (list) the list of features

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

Returns:

None.