a1b553e422dacd4f687f488a72cd5c10c3cfe0cf,mltsp/tests/test_parallel_processing.py,,test_featurize_prediction_data_in_parallel,#,24
Before Change
def test_featurize_prediction_data_in_parallel():
Test parallel featurization of prediction TS data
shutil.copy(os.path.join(os.path.dirname(__file__),
"Data/TESTRUN_features.csv"),
cfg.FEATURES_FOLDER)
shutil.copy(os.path.join(os.path.dirname(__file__),
"Data/TESTRUN_classes.pkl"),
cfg.FEATURES_FOLDER)
shutil.copy(os.path.join(os.path.dirname(__file__),
"Data/TESTRUN_RF.pkl"),
cfg.MODELS_FOLDER)
shutil.copy(os.path.join(os.path.dirname(__file__),
"Data/215153_215176_218272_218934.tar.gz"),
cfg.UPLOAD_FOLDER)
shutil.copy(os.path.join(os.path.dirname(__file__),
After Change
def test_featurize_prediction_data_in_parallel():
Test parallel featurization of prediction TS data
generate_model()
shutil.copy(os.path.join(os.path.dirname(__file__),
"data/215153_215176_218272_218934.tar.gz"),
cfg.UPLOAD_FOLDER)
shutil.copy(os.path.join(os.path.dirname(__file__),
In pattern: SUPERPATTERN
Frequency: 3
Non-data size: 22
Instances Project Name: cesium-ml/cesium
Commit Name: a1b553e422dacd4f687f488a72cd5c10c3cfe0cf
Time: 2015-04-14
Author: a.crellinquick@gmail.com
File Name: mltsp/tests/test_parallel_processing.py
Class Name:
Method Name: test_featurize_prediction_data_in_parallel
Project Name: cesium-ml/cesium
Commit Name: a1b553e422dacd4f687f488a72cd5c10c3cfe0cf
Time: 2015-04-14
Author: a.crellinquick@gmail.com
File Name: mltsp/tests/test_run_in_docker_container.py
Class Name:
Method Name: test_predict_in_docker_container
Project Name: cesium-ml/cesium
Commit Name: a1b553e422dacd4f687f488a72cd5c10c3cfe0cf
Time: 2015-04-14
Author: a.crellinquick@gmail.com
File Name: mltsp/tests/test_predict.py
Class Name:
Method Name: test_main_predict
Project Name: cesium-ml/cesium
Commit Name: a1b553e422dacd4f687f488a72cd5c10c3cfe0cf
Time: 2015-04-14
Author: a.crellinquick@gmail.com
File Name: mltsp/tests/test_parallel_processing.py
Class Name:
Method Name: test_featurize_prediction_data_in_parallel