Skip to content
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

Create a Streamlit Menu for Uploading CSV and Getting Predictions from Best Model #2

Closed
espin086 opened this issue Feb 7, 2024 · 0 comments · Fixed by #6
Closed
Assignees

Comments

@espin086
Copy link
Owner

espin086 commented Feb 7, 2024

I would like to request the implementation of a new menu in our Streamlit application. This menu should allow users to upload a CSV file and obtain predictions from the best model saved in a .pkl file. The application is built using PyCaret.

Requirements:

  1. The menu should have an option to upload a CSV file.
  2. Once the file is uploaded, the application should load the best model saved in a .pkl file.
  3. The loaded model should be used to generate predictions for the uploaded CSV file.
  4. The predictions should be displayed to the user.
@espin086 espin086 self-assigned this Feb 7, 2024
@ZaibyS ZaibyS linked a pull request Feb 19, 2024 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant