I am working on an application that loads an xG model using pickle. Here is the line that causes the error
loaded_model = pickle.load(open(‘BusinessIdea/classifierxG.sav at main · OmarEltouny78/BusinessIdea · GitHub’, ‘rb’))
Link to GitHub Repo of the deployed project:
GitHub - OmarEltouny78/BusinessIdea
I tried suggestions in this post but the top-rated answer did not work for me:
FileNotFoundError pickle file
This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.