How to use scikit-learn pipeline and transformers to do multiple data transformations on different columns

前端 未结 0 1037
-上瘾入骨i
-上瘾入骨i 2021-01-22 08:50

I have some dummy data wherein, for simplicity purposes, there are 2 feature columns and 1 target variable.

l = [1.0,\'category1\',1]
m = [5.0,\'category2\',0]
n          


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题