I am using DataFrameMapper to keep the column names whenever I use fit_transform, however all of the columns names concat into one big string

后端 未结 0 1918
臣服心动
臣服心动 2020-12-12 03:39

Here is the code I have...

from sklearn_pandas import DataFrameMapper
mapper=DataFrameMapper([
    ([\'MSSubClass\', \'MSZoning\'], PCA(1))
], df_out=True)
np         


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