Use_label_encoder is deprecated in 1.7.0

Hi, I am getting this error:

UserWarning: `use_label_encoder` is deprecated in 1.7.0.
 `warnings.warn("`use_label_encoder` is deprecated in 1.7.0.")`

I currently used “use_label_encoder=False” in my code, how can I remove the warning keeping the value of “use_label_encoder” equal to false?
Thanks.

@Patatone You should remove use_label_encoder=False entirely to remove the warning. The behavior will remain the same.