6db87ba04e5c298d5e4fa9c6e722b38d5fd0bdb7,mltsp/predict_class.py,,featurize_tsdata,#Any#Any#Any#Any#Any#Any#Any#,166

Before Change


    all_features_list = cfg.features_list[:] + cfg.features_list_science[:]

    if tarfile.is_tarfile(newpred_file_path):
        tmp_dir_path = os.path.join(os.path.join(
            cfg.UPLOAD_FOLDER, "unzipped"), str(uuid.uuid4()))
        os.mkdir(tmp_dir_path)
        if DISCO_INSTALLED and not in_docker_container:// //TEMP//
            big_features_and_tsdata_dict = (
                parallel_processing.featurize_prediction_data_in_parallel(

After Change


    sep = sepr = ","

    all_features_list = cfg.features_list[:] + cfg.features_list_science[:]
    tmp_dir_path = tempfile.mkdtemp()
    if tarfile.is_tarfile(newpred_file_path):
        if DISCO_INSTALLED and not in_docker_container:// //TEMP//
            big_features_and_tsdata_dict = (
                parallel_processing.featurize_prediction_data_in_parallel(
Italian Trulli
In pattern: SUPERPATTERN

Frequency: 5

Non-data size: 6

Instances


Project Name: cesium-ml/cesium
Commit Name: 6db87ba04e5c298d5e4fa9c6e722b38d5fd0bdb7
Time: 2015-04-21
Author: a.crellinquick@gmail.com
File Name: mltsp/predict_class.py
Class Name:
Method Name: featurize_tsdata


Project Name: pyinstaller/pyinstaller
Commit Name: 24ba9242eab7dc30eafe3665640b37635864c1d3
Time: 2012-06-04
Author: mzibr.public@gmail.com
File Name: support/rthooks/pyi_rth_win32comgenpy.py
Class Name:
Method Name:


Project Name: EpistasisLab/tpot
Commit Name: e513059dd85ee2d9a267c8197386eaf2b135f38a
Time: 2018-09-20
Author: weixuanf@pennmedicine.upenn.edu
File Name: tests/tpot_tests.py
Class Name:
Method Name: test_save_periodic_pipeline_2


Project Name: cesium-ml/cesium
Commit Name: f09bc87a441887d53b66f5292ecfd1a9836a3839
Time: 2015-04-15
Author: a.crellinquick@gmail.com
File Name: mltsp/run_in_docker_container.py
Class Name:
Method Name: build_model_in_docker_container


Project Name: Featuretools/featuretools
Commit Name: 18a9427c7e36a43d8b5c9aec0c432aff1851a699
Time: 2018-05-01
Author: benjaminschreck93@gmail.com
File Name: featuretools/tests/computational_backend/test_calculate_feature_matrix.py
Class Name:
Method Name: test_saveprogress