Deploying Machine Learning Model in Flask to Render

Hi,

The main error appears to be:

ModuleNotFoundError: No module named ‘sklearn’

I’m not a Python expert, but searching for that error seems to bring up plenty of resources with the same issue and suggested resolutions.

Maybe you’ve using the old package? https://pypi.org/project/sklearn/

Alan

1 Like