This repository has been archived by the owner on Jan 31, 2023. It is now read-only.
Error when predict with converted model built with CountVectorizer(binary=True) #19
Labels
bug
Something isn't working
Describe the bug
An error is raised when making an inference with a converted sklearn model built with
CountVectorizer(binary=True)
. It's ok ifbinary=False
To Reproduce
It's ok if a vectorizer is created with
binary=False
.Expected behavior
There shouldn't be any errors.
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered: