@Victor king Oshimua From the looks of it, your provided more fields then what you trained the model on. What fields was the model trained on do you have the column names?
v
Victor king Oshimua
06/21/2023, 1:05 PM
I have checked my training data, and it's the same fields as what I am testing on.
In fact, I used the first observations of the training data and I got the same error message
🤔 1
Victor king Oshimua
06/21/2023, 6:42 PM
The training data and test data has the same field / columns names
a
Ashish Singh
06/21/2023, 6:46 PM
Could you share the service definition and model preparation code?
v
Victor king Oshimua
06/21/2023, 6:50 PM
All right, I will do that now
I followed the tutorial from mlzoomcamp where @Tim Liu showcased how to use bento ml. I wrote the same code from the tutorial.