Closed sin-en-2009 closed 5 years ago
Isn't there support for the conversion of dataframemapper to none by default?
The construct DdataFrameMapper([...], default = None)
cannot be supported, because in that case the DFM object does not contain all information that are needed for the PMML conversion to succeed.
If you're interested in dropping columns, then please consider using sklearn.compose.ColumnTransformer([], remainder = "drop")
instead.
thanks!
When I used dataframemapper for feature engineering and set the default to None, after generating the model file, I used the command to convert the model file and reported the following error Isn't there support for the conversion of dataframemapper to none by default?