Installing goes well, and I am able to process/rewrite the input text to a dataframe set up like the dataframe used to test/train the model. However, I get the error:
βX has 23490 features, but SVC is expecting 100 features as input.β
Where is this 100 coming from? The test/train had the 23490 columns. For the life of me, I donβt see anything stating 100 in my code.
Thoughts?