Dropping numpy array support for TableVectorizer #816
Closed
Vincent-Maladiere
started this conversation in
General
Replies: 2 comments
-
Let's do it for TableVectorizer (but with a clean error for inputs that are not understood)
|
Beta Was this translation helpful? Give feedback.
0 replies
-
this has been fixed by #902 -- if the input is a numpy array a warning is issued and it is converted to a dataframe |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Should we stop supporting numpy array inputs for TableVectorizer?
TableVectorizer
deals with columns of different dtypes, while a numpy array only has one.WDYT?
Beta Was this translation helpful? Give feedback.
All reactions