Mercurial > repos > bgruening > keras_model_builder
diff simple_model_fit.py @ 9:e3b420d0b71a draft
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/sklearn commit 208a8d348e7c7a182cfbe1b6f17868146428a7e2"
author | bgruening |
---|---|
date | Tue, 13 Apr 2021 22:42:14 +0000 |
parents | 449a757be9c9 |
children | 9b6faa256f15 |
line wrap: on
line diff
--- a/simple_model_fit.py Tue Apr 13 18:29:36 2021 +0000 +++ b/simple_model_fit.py Tue Apr 13 22:42:14 2021 +0000 @@ -1,8 +1,8 @@ import argparse import json -import pandas as pd import pickle +import pandas as pd from galaxy_ml.utils import load_model, read_columns from scipy.io import mmread from sklearn.pipeline import Pipeline