Hello all,
Im trying to deploy my model and keep having a problem with ModuleNotFoundError. In particular, this is where the error is happening:
from sklearn.metrics.pairwise import euclidean_distances
For some reason, sklearn isn’t working with streamlit.
Here is my app: https://zuhorski-ufcproject-scriptswebsite-3b7ui4.streamlitapp.com/
Here is my github: https://github.com/zuhorski/UFCProject