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
However SKlearn pandas' documentation doesnt point me to something like this.
I can see there are 2 sections --- one for single column , multiple transforms and other for multiple colums, single transform.
I couldnt see multiple cols multiple transforms
for now i am able to do what i intend by writing transforms for each and every column seperately . i.e
Hello,
I wanted to know is there any way to do multiple transforms on multiple columns , treating each one seperately.
I was able to implement it using Sklearn's
ColumnTransformer
as follows:However SKlearn pandas' documentation doesnt point me to something like this.
I can see there are 2 sections --- one for single column , multiple transforms and other for multiple colums, single transform.
I couldnt see multiple cols multiple transforms
for now i am able to do what i intend by writing transforms for each and every column seperately . i.e
But what i was actually looking for is
ColumnTransformer
- like usage .something like this :
will such functionality be supported in upcoming builds? Can be very helpful!
The text was updated successfully, but these errors were encountered: