how to assign back categorical variables to train and test data after training and testing using inverse_transform?
how to assign back categorical variables to train and test data after training and testing using inverse_transform? Like training and testing, data will have encoded numerical values. So, how to assign back categorical values to those variables to train and test dataset after training and testing? Please help me with this.
Topic feature-engineering scikit-learn machine-learning
Category Data Science