NimbusML icon indicating copy to clipboard operation
NimbusML copied to clipboard

Load pandas dataframe as vector column

Open ganik opened this issue 4 years ago • 0 comments

Currently pandas dataframe with N columns of the same type will be loaded into IDataView with N columns. As opposed to csr_matrix which will be loaded as IDataView with 1 vector column. For performance reasons it would be good to figure out how to enable vectorization for pandas dataframe too.

ganik avatar Oct 15 '19 23:10 ganik