yashasvini121 / predictive-calc

An interactive web application developed with Streamlit, designed for making predictions using various machine learning models. The app dynamically generates forms and pages from JSON configuration files. ⭐ If you found this helpful, consider starring the repo!
https://predictive-calc.streamlit.app/
MIT License
25 stars 72 forks source link

Plots Overlapping: Separate Model Evaluation Plots into Individual Figures #1

Closed yashasvini121 closed 1 month ago

yashasvini121 commented 1 month ago

Currently, in the ModelEvaluation class, the plots generated for model evaluation (e.g., accuracy, confusion matrix) are being attached together on the same figure. This leads to overlapping visualizations, making it difficult to view the plots individually.

Expected Behavior: Each plot should be displayed in its own figure, with the ability to view them separately.

Actual Behavior: Multiple plots are attached together on a single figure.

Issue screenshot: image

ChitteshKumar commented 1 month ago

Hi, @yashasvini121 I am interested in fixing this issue. I will be grateful if you assign this to me.

yashasvini121 commented 1 month ago

Assigned 👍

apoorvxgoyalx commented 1 month ago

hi @yashasvini121 I am interested in fixing this issue

yashasvini121 commented 1 month ago

Hi @apoorvxgoyalx, this issue is already assigned. For now, you can work on the other issues.

ChitteshKumar commented 1 month ago

@yashasvini121 Hi, I have completed the issue and raised a PR can you check that and accept then we can close this issue. Thank you