How to get the names of the new columns after performing sklearn Column Transformer

后端 未结 0 1993
无人共我
无人共我 2020-12-18 00:37
preprocessor = ColumnTransformer(
    [
        (\'num\', StandardScaler(), numeric_features),
        (\'cat\', OneHotEncoder(handle_unknown=\'ignore\'), categorica         


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