I have pre build machine learning model (saved as pickle file) to predict classification.
My question is when I use new dataset to predict using Pickle file do I need do all preprocessing steps (like transformation and encoding) to the new testing dataset or can I use raw data set.