Why does a save machine learning model not make predictions?
I created an MLP model and saved it with Pickle. I then loaded the model and applied it to new data using the following code:
I created an MLP model and saved it with Pickle. I then loaded the model and applied it to new data using the following code: