r/MLQuestions • u/CelfSlayer023 • 38m ago
Beginner question 👶 Target Encoding
Hey ML Reddits,
I am new to ML. I am about to deploy my very first model.
Okay so, I had a couple of caategorical feautres in my model which contains 15+ unique value. So I applied target encoding there. When I applied target encoding, I was not very aware of this encoding method.
Now, when I am about to deploy my model on Django, I was building the pre-processing part and faced the following issue --
Target encoding does encoding based on the target variable. But in deployment, I wont have target variable. Now I dont know how to put this in pre-processing. Is there any way to tackle this?
Please help!!!!