Pycaret 3.0 "predict_model" is not working.
python = 3.11
pycaret = 3.0
loadmodel is worked but loadmodel is not.
Tried with printing the loaded model and it worked.
But when I tried printing prediction, nothing appeared.
There is no any error message, but the code below "predict_model" line not working.