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

Reply via email to