NimbusML
NimbusML copied to clipboard
Load pandas dataframe as vector column
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.