Issue
I use sklearn scaller (power transform and more) who were train on feature with names column in a data frame. I reuse this scaller on a new data set, with same order columns but no names. It is ok? I imagine yes if the order stay the same...
since I've got this warnning...
UserWarning: X does not have valid feature names, but PowerTransformer
was fitted with feature names
"X does not have valid feature names, but"
Solution
Up Date and Answer: The order is kept and the warning can be ignore. Thanks to @Ben Reiniger for the ref,
Answered By - Jonathan Roy
0 comments:
Post a Comment
Note: Only a member of this blog may post a comment.