8524810d21a051f88478b430da098b046accd5a4,conceptnet5/vectors/evaluation/compare.py,,graph_comparison,#Any#Any#,42

Before Change


def graph_comparison(table_filename, out_filename):
    import matplotlib.pyplot as plt
    result = load_hdf(table_filename)
    plt.style.use("bmh")
    plt.rcParams["xtick.labelsize"] = "x-large"
    plt.rcParams["ytick.labelsize"] = "x-large"

    patterns = [ "/", "\\" , "//" , "\\\\" , " " ]

After Change


    systems = [
        ("word2vec Google News", "data/raw/vectors/GoogleNews-vectors-negative300.bin.gz"),
        ("GloVe 1.2 840B", "data/raw/vectors/glove12.840B.300d.txt.gz"),
        ("GloVe renormalized", "data/vectors/glove12-840B.h5"),
        ("fastText enWP (without OOV)", "data/raw/vectors/fasttext-wiki-en.vec.gz"),
        // ("ConceptNet Numberbatch biased", "data/vectors/numberbatch-biased.h5"),
        ("ConceptNet Numberbatch 17.04", "data/vectors/numberbatch.h5")
Italian Trulli
In pattern: SUPERPATTERN

Frequency: 3

Non-data size: 3

Instances


Project Name: commonsense/conceptnet5
Commit Name: 8524810d21a051f88478b430da098b046accd5a4
Time: 2017-04-24
Author: rob@luminoso.com
File Name: conceptnet5/vectors/evaluation/compare.py
Class Name:
Method Name: graph_comparison


Project Name: ScottfreeLLC/AlphaPy
Commit Name: 7a7d0e7b35cbee6b3409ac30ff4bf4edfe525af2
Time: 2019-11-17
Author: Mark.R.Conway@gmail.com
File Name: alphapy/plots.py
Class Name:
Method Name: plot_confusion_matrix


Project Name: ScottfreeLLC/AlphaPy
Commit Name: 70722a84e7ae18a6faf616bc8f5b802689a67ff8
Time: 2016-10-12
Author: Mark.R.Conway@gmail.com
File Name: plots.py
Class Name:
Method Name: plot_partial_dependence