You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi!
For one of our models, we are using TfidVectorizer with one of our params being strip_accents='unicode'. However, when trying to convert our pipeline using convert_sklearn, we got the error that only strip_accents=None is supported. I was wondering if we can support strip_accents unicode. Thanks!
The text was updated successfully, but these errors were encountered:
Hi!
For one of our models, we are using TfidVectorizer with one of our params being strip_accents='unicode'. However, when trying to convert our pipeline using convert_sklearn, we got the error that only strip_accents=None is supported. I was wondering if we can support strip_accents unicode. Thanks!
The text was updated successfully, but these errors were encountered: