I need any tips/suggestion to fix this error message:
Hey @pipoia, welcome to the forum.
This is probably a library version issue. Can you try this?
inputs_df[encoded_cols] = pd.DataFrame(encoder.transform(inputs_df[categorical_cols]))
Let me know if your issue is not resolved.
Thanks so much!!
I have had a suspect on my library and i have done an update…but your suggestion fix the issue directly
1 Like
This is just a warning, I think your code is running correctly.