Mercurial > repos > bgruening > sklearn_ensemble
diff ensemble.xml @ 30:b76516a55138 draft
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/sklearn commit 60f0fbc0eafd7c11bc60fb6c77f2937782efd8a9-dirty
| author | bgruening |
|---|---|
| date | Fri, 09 Aug 2019 06:33:19 -0400 |
| parents | 9eaf13ccab4d |
| children | c49ad9558f6a |
line wrap: on
line diff
--- a/ensemble.xml Tue Jul 09 19:14:02 2019 -0400 +++ b/ensemble.xml Fri Aug 09 06:33:19 2019 -0400 @@ -18,12 +18,12 @@ import numpy as np import pandas import pickle +import sys + from scipy.io import mmread import sklearn.ensemble -import sys +from galaxy_ml.utils import load_model, get_X_y -sys.path.insert(0, '$__tool_directory__') -from utils import load_model, get_X_y N_JOBS = int(__import__('os').environ.get('GALAXY_SLOTS', 1))
