7114051b8f5052e4cd507e270c40f75b2a1ad710,tests/text/test_text_supervised.py,,test_fit_predict_regression,#Any#Any#,137

Before Change


    Constant.DATA_AUGMENTATION = False
    path = "tests/resources/temp"
    for f in os.listdir(path):
        print(f)
    clean_dir(path)
    clf = TextRegressor(path=path, verbose=False)
    train_x = np.random.rand(100, 25, 25, 1)
    train_y = np.random.randint(0, 5, 100)

After Change


    Constant.T_MIN = 0.8
    Constant.DATA_AUGMENTATION = False
    path = TEST_TEMP_DIR
    print(os.getcwd())
    // for f in os.listdir(path):
    //     print(f)
    clean_dir(path)
    clf = TextRegressor(path=path, verbose=False)
Italian Trulli
In pattern: SUPERPATTERN

Frequency: 3

Non-data size: 3

Instances


Project Name: keras-team/autokeras
Commit Name: 7114051b8f5052e4cd507e270c40f75b2a1ad710
Time: 2018-11-16
Author: boyuangong@gmail.com
File Name: tests/text/test_text_supervised.py
Class Name:
Method Name: test_fit_predict_regression


Project Name: pyinstaller/pyinstaller
Commit Name: 60fae9ab040db2e9fa9e84fa2aefe0f5090e7c30
Time: 2014-12-16
Author: h.goebel@crazy-compilers.com
File Name: develutils/find-empty-hooks.py
Class Name:
Method Name: