builtin_algorithm_hpo_tabular/util/classification_report.py [24:30]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    if axis is None:  # for standalone plot
        plt.figure()
        ax = plt.gca()
    else:  # for plots inside a subplot
        ax = axis
 
    plt.style.use(plot_style)
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



builtin_algorithm_hpo_tabular/util/classification_report.py [107:113]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    if axis is None:  # for standalone plot
        plt.figure()
        ax = plt.gca()
    else:  # for plots inside a subplot
        ax = axis
    
    plt.style.use(plot_style)
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



