Mercurial > repos > bgruening > sklearn_build_pipeline
diff stacking_ensembles.py @ 12:7388ffedf12c draft
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/sklearn commit 02087ce2966cf8b4aac9197a41171e7f986c11d1-dirty"
author | bgruening |
---|---|
date | Wed, 02 Oct 2019 03:57:03 -0400 (2019-10-02) |
parents | 775b004b7920 |
children | 6d056a1b2249 |
line wrap: on
line diff
--- a/stacking_ensembles.py Fri Sep 13 12:22:41 2019 -0400 +++ b/stacking_ensembles.py Wed Oct 02 03:57:03 2019 -0400 @@ -11,7 +11,7 @@ from sklearn import ensemble from galaxy_ml.utils import (load_model, get_cv, get_estimator, - get_search_params) + get_search_params) warnings.filterwarnings('ignore')