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 plots for the predicted values #99

Open
1 task done
deepanshubaghel opened this issue Oct 8, 2024 · 2 comments
Open
1 task done

Create plots for the predicted values #99

deepanshubaghel opened this issue Oct 8, 2024 · 2 comments
Assignees
Labels
enhancement New feature or request gssoc-ext GSSoC'24 Extended Version hacktoberfest Hacktober Collaboration hacktoberfest-accepted Hacktoberfest 2024 level2 25 Points 🥈

Comments

@deepanshubaghel
Copy link

deepanshubaghel commented Oct 8, 2024

Is this a unique feature?

  • I have checked "open" AND "closed" issues and this is not a duplicate

Is your feature request related to a problem/unavailable functionality? Please describe.

Currently, the project does not provide visualizations for the predicted values of the models. This absence makes it difficult to assess how well the models are performing in terms of predicting the target variable compared to the actual values. By adding plots for predicted values, users will be able to visually compare the models’ outputs against the actual data, enhancing the interpretability and trust in the model's predictions.

Proposed Solution

I propose to implement visualization plots that display the predicted values against the actual values for each regression model used in the project. This will involve creating line plots for a sample of the predicted values versus the actual values over time, which will provide insights into how well the models are capturing the underlying patterns in the data.

Screenshots

No response

Do you want to work on this issue?

Yes

If "yes" to above, please explain how you would technically implement this (issue will not be assigned if this is skipped)

To enhance model evaluation, modify the evaluation function to return predicted values, create a visualization function to plot actual vs. predicted values, and integrate this visualization for all models, providing clear insights into prediction accuracy and model performance.

Please assign me this issue .
@rohitinu6

@deepanshubaghel deepanshubaghel added the enhancement New feature or request label Oct 8, 2024
@rohitinu6 rohitinu6 added gssoc-ext GSSoC'24 Extended Version hacktoberfest-accepted Hacktoberfest 2024 level2 25 Points 🥈 hacktoberfest Hacktober Collaboration labels Oct 9, 2024
@Mukunj-21
Copy link

I would like to work on this , please assign me this issue @rohitinu6

@dimeneman
Copy link

I also want to work on this , please assign me this issue @rohitinu6

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request gssoc-ext GSSoC'24 Extended Version hacktoberfest Hacktober Collaboration hacktoberfest-accepted Hacktoberfest 2024 level2 25 Points 🥈
Projects
None yet
Development

No branches or pull requests

4 participants