Mercurial > repos > bgruening > sklearn_numeric_clustering
diff numeric_clustering.xml @ 14:6bbf5cb20652 draft
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/sklearn commit 7c2fd140e89605fe689c39e21d70a400545e38cf
author | bgruening |
---|---|
date | Tue, 10 Jul 2018 03:11:22 -0400 |
parents | 40f3318b61c2 |
children | f02f05990cc9 |
line wrap: on
line diff
--- a/numeric_clustering.xml Mon Jul 09 14:32:01 2018 -0400 +++ b/numeric_clustering.xml Tue Jul 10 03:11:22 2018 -0400 @@ -65,7 +65,7 @@ silhouette_score = -1 sys.stdout.write('silhouette score:' + '\t' + str(silhouette_score) + '\n') -prediction_df = pandas.DataFrame(prediction) +prediction_df = pandas.DataFrame(prediction, columns=["predicted"]) #if $input_types.selected_input_type == "sparse": res = prediction_df