You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@spark.apache.org by pseudo oduesp <ps...@gmail.com> on 2016/06/15 15:18:36 UTC

vecotors inside columns

hi ,
i want ask question about vector.dense or spars :

imagine i have dataframe with columns   and one of them contain vectors .

my question can i give this columns to machine learning algorithmes like
one value ?


df.col1 | df.col2 |
1         | (1,[2],[3] ,[] ...[6])
2         | (1,[5],[3] ,[] ...[9])
3         | (1,[5],[3] ,[] ...[10])

thanks