Sign up to take part
Registered users can ask their own questions, contribute to discussions, and be part of the Community!
Added on September 3, 2019 6:50PM
Likes: 0
Replies: 1
Hi Marija,
impact-coding (or target encoding) refers to a preprocessing method where the categorical feature in question is encoded by using the target variable. A little more info here: http://contrib.scikit-learn.org/categorical-encoding/targetencoder.html
As you can see, in the context of clustering (unsupervised learning) where no target variable is known, this preprocessing option is not available in DSS.
I hope this helps!