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?