8e8a0c8384cce0b7bdb85ae08c85013f9090c5f3,ludwig/utils/visualization_utils.py,,lerning_curves_plot,#Any#Any#Any#Any#Any#,435

Before Change


    sns.set_style("whitegrid")

    if title is not None:
        plt.title(title)

    if num_algorithms == 1:
        colors = plt.get_cmap("tab10").colors
    else:  // num_algorithms > 1

After Change


    ax.set_xlabel("epochs")
    ax.set_ylabel(metric.replace("_", " "))

    xs = list(range(1, max_len + 1))

    for i in range(num_algorithms):
        name_prefix = algorithm_names[
                          i] + " " if algorithm_names is not None and i < len(
Italian Trulli
In pattern: SUPERPATTERN

Frequency: 3

Non-data size: 3

Instances


Project Name: uber/ludwig
Commit Name: 8e8a0c8384cce0b7bdb85ae08c85013f9090c5f3
Time: 2019-02-09
Author: piero@uber.com
File Name: ludwig/utils/visualization_utils.py
Class Name:
Method Name: lerning_curves_plot


Project Name: nipy/dipy
Commit Name: d2d840e663ef14a39ae8ebc4f17400be384a9ade
Time: 2013-12-23
Author: mrbago@gmail.com
File Name: doc/examples/streamline_tools.py
Class Name:
Method Name:


Project Name: deepfakes/faceswap
Commit Name: 9c588045aaac0efbdcf29ec11a8005c5e98ec650
Time: 2019-11-22
Author: 36920800+torzdf@users.noreply.github.com
File Name: scripts/gui.py
Class Name: FaceswapGui
Method Name: build_gui