Mercurial > repos > bgruening > sklearn_regression_metrics
diff train_test_split.py @ 29:9c8ede554b7c draft
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/sklearn commit 208a8d348e7c7a182cfbe1b6f17868146428a7e2"
author | bgruening |
---|---|
date | Tue, 13 Apr 2021 22:10:06 +0000 (2021-04-13) |
parents | 0cc5098a9bff |
children | 70c5a9127f99 |
line wrap: on
line diff
--- a/train_test_split.py Tue Apr 13 19:13:15 2021 +0000 +++ b/train_test_split.py Tue Apr 13 22:10:06 2021 +0000 @@ -1,8 +1,8 @@ import argparse import json -import pandas as pd import warnings +import pandas as pd from galaxy_ml.model_validations import train_test_split from galaxy_ml.utils import get_cv, read_columns