Is your feature request related to a problem? Please describe.
Hi Sole, currently Im doing the mini course of feature engineering on kaggle. The last seccion is about Mean Encoding and how it can create risks of overfitting specially with unknown or rare categories. They mention that smooting is a way to deal with this. I checked the code but I don't see anything like that. So ¿should MeanEncoder has a smoothing parameter?
Is your feature request related to a problem? Please describe.
Hi Sole, currently Im doing the mini course of feature engineering on kaggle. The last seccion is about Mean Encoding and how it can create risks of overfitting specially with unknown or rare categories. They mention that smooting is a way to deal with this. I checked the code but I don't see anything like that. So ¿should MeanEncoder has a smoothing parameter?