Mercurial > repos > bgruening > sklearn_fitted_model_eval
diff model_prediction.py @ 7:e00c1c9d206b draft
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/sklearn commit 208a8d348e7c7a182cfbe1b6f17868146428a7e2"
author | bgruening |
---|---|
date | Tue, 13 Apr 2021 21:58:11 +0000 (2021-04-13) |
parents | fa1471b6c095 |
children | 61fb99c55558 |
line wrap: on
line diff
--- a/model_prediction.py Tue Apr 13 18:17:34 2021 +0000 +++ b/model_prediction.py Tue Apr 13 21:58:11 2021 +0000 @@ -4,13 +4,10 @@ import numpy as np import pandas as pd +from galaxy_ml.utils import get_module, load_model, read_columns, try_get_attr from scipy.io import mmread from sklearn.pipeline import Pipeline -from galaxy_ml.utils import (get_module, load_model, - read_columns, try_get_attr) - - N_JOBS = int(__import__("os").environ.get("GALAXY_SLOTS", 1))