link of GitHub repo ( GitHub - garvpatidar04/Churn-prediction-App )
can anyone tell me how to resolve this issue, I have tried to change the requirement file and also their is error on pkl.load(f)
link of GitHub repo ( GitHub - garvpatidar04/Churn-prediction-App )
can anyone tell me how to resolve this issue, I have tried to change the requirement file and also their is error on pkl.load(f)
Cleanup your requirements.txt
file, it is crammed with unnecessary und un-installable packages, this is probably all you need:
numpy
pandas
streamlit
scikit-learn
Thanks, this solved the problem.
This topic was automatically closed 2 days after the last reply. New replies are no longer allowed.