You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Actually it does not much in functionality. The TargetMeanRegressor is an estimator. We need to create a transformer instead, inheriting BaseEstimator and TrasformerMixin only. And then, we would not transform categorical variables, only numerical ones.
So it is a bit simpler. Give it a go if you fancy :)
We can use the functionality of the target mean classifiers or regressor probably.
The text was updated successfully, but these errors were encountered: