Hello, Is there a way to run the glm training function using a svec (sparse vector) column in the independent variables? I'm using the encode_categorical_variables function to transform a set of categorical features to a sparse vector for every tuple, but glm does not seem to accept this column as an independent variable.
Thank you very much in advance, Nantia