Removing debug code from benchmarks

This commit is contained in:
Petrônio Cândido de Lima e Silva 2018-08-02 11:15:55 -03:00 committed by GitHub
parent f5652f7029
commit 6a69281d8d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -280,8 +280,6 @@ def sliding_window_benchmarks(data, windowsize, train=0.8, **kwargs):
if progress:
progressbar.update(1)
try:
print(model.shortname, model.order, partitioner.name,
partitioner.partitions, str(partitioner.transformation))
job = experiment_method(deepcopy(model), deepcopy(partitioner), train, test, **kwargs)
synthesis_method(dataset, tag, job, conn)
except Exception as ex: