-
Couldn't load subscription status.
- Fork 121
Fix Model Evaluation Metrics Display Issue #342
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
@github-actions
github-actions
bot
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Welcome to Our repository.🎊 Thank you so much for taking the time to point this out.
🎉 Your pull request has been successfully merged! 🎉 Thank you for your valuable contribution to our project. Your efforts are greatly appreciated. Feel free to reach out if you have any more contributions or if there's anything else we can assist you with. Keep up the fantastic work! 🚀
Fixes: #334
Summary
This pull request addresses a bug in the Streamlit app for job satisfaction prediction where evaluation metrics (accuracy, classification report, confusion matrix, ROC curve) were incorrectly displayed based on a single input prediction rather than using actual test data. The evaluation metrics have been removed to ensure accurate and relevant predictions are presented to the user.
Changes Made