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 [74:80]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    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)
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



