7.7.2. mclearn.viz.plot_scores

mclearn.viz.plot_scores(scores, title, x_label, classifier_names)[source]

Make a barplot of the scores of some performance measure.

Parameters:
  • scores (dict) – Where the keys are the classifier names and the values are the scores.
  • title (str) – Title of the plot.
  • x_label (str) – Label for the x-axis
  • classifier_names (array) – List of the names of the classifiers, the order of which will be used to order the bars.