Mercurial > repos > bgruening > sklearn_regression_metrics
diff regression_metrics.xml @ 19:28d51b976c29 draft
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/sklearn commit 60f0fbc0eafd7c11bc60fb6c77f2937782efd8a9-dirty
author | bgruening |
---|---|
date | Fri, 09 Aug 2019 07:21:31 -0400 |
parents | 40ee30b5e456 |
children | 0cc5098a9bff |
line wrap: on
line diff
--- a/regression_metrics.xml Tue Jul 09 19:37:11 2019 -0400 +++ b/regression_metrics.xml Fri Aug 09 07:21:31 2019 -0400 @@ -19,10 +19,10 @@ import json import pandas import numpy as np -from sklearn import metrics -sys.path.insert(0, '$__tool_directory__') -from utils import read_columns +from sklearn import metrics +from galaxy_ml.utils import read_columns + input_json_path = sys.argv[1] with open(input_json_path, "r") as param_handler: