Mercurial > repos > bgruening > sklearn_numeric_clustering
diff numeric_clustering.xml @ 20:60d1b396cea2 draft
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/sklearn commit 7c2fd140e89605fe689c39e21d70a400545e38cf
author | bgruening |
---|---|
date | Tue, 10 Jul 2018 03:06:37 -0400 |
parents | 8a7b460ab534 |
children | 89af3ccbec73 |
line wrap: on
line diff
--- a/numeric_clustering.xml Mon Jul 09 14:27:04 2018 -0400 +++ b/numeric_clustering.xml Tue Jul 10 03:06:37 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