Running into an issue with fit_vectorizer(). When running the example, I’m getting a vocabulary of 7 instead of 1000. With this discrepancy, the unit tests still pass.
Any tips or help would be appreciated.
Running into an issue with fit_vectorizer(). When running the example, I’m getting a vocabulary of 7 instead of 1000. With this discrepancy, the unit tests still pass.
Any tips or help would be appreciated.
Disregard. Found the issue.