Mercurial > repos > bgruening > sklearn_searchcv
diff train_test_eval.py @ 11:68753d45815f draft
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/sklearn commit ba6a47bdf76bbf4cb276206ac1a8cbf61332fd16"
author | bgruening |
---|---|
date | Fri, 13 Sep 2019 12:24:39 -0400 (2019-09-13) |
parents | 82b6104d4682 |
children | c1ca24a1509d |
line wrap: on
line diff
--- a/train_test_eval.py Fri Aug 09 07:12:16 2019 -0400 +++ b/train_test_eval.py Fri Sep 13 12:24:39 2019 -0400 @@ -403,7 +403,6 @@ del main_est.validation_data if getattr(main_est, 'data_generator_', None): del main_est.data_generator_ - del main_est.data_batch_generator with open(outfile_object, 'wb') as output_handler: pickle.dump(estimator, output_handler,