I have built a machine learning model using 34 features. Now I want to check how well the model predicts the new data value. However, initially there were 26 features but one-hot and label encoding made it upto 34 features. So if I give an input data value of 26 features, how will it perform one-hot encoding and label encoding to covert it into 34 features and then predicting the result?
I want to give an input of 26 features and it will give me an output after performing all necessary steps.