SVM Error when trying to run a saved model ValueError: Found array with 0 sample(s) (shape=(0, 6665)) while a minimum of 1 is required by LinearSVC
I have trained a model to using the pipeline method from sklearn. Now i am trying to load the model and let it predict a completely new and different set of answers. I am getting this error though.
Error when trying to run a saved model ValueError: Found array with 0 sample(s) (shape=(0, 6665)) while a minimum of 1 is required by LinearSVC
I have trained a model to using the pipeline method from sklearn. Now i am trying to load the model and let it predict a completely new and different set of answers. I am getting this error though.