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

Removal of Classification Metrics from Regression Model Evaluation #35

Open
AnujSaha0111 opened this issue Oct 4, 2024 · 5 comments · May be fixed by #37
Open

Removal of Classification Metrics from Regression Model Evaluation #35

AnujSaha0111 opened this issue Oct 4, 2024 · 5 comments · May be fixed by #37
Assignees
Labels
gssoc-ext GSSoC'24 Extended Version hacktoberfest Hacktober Collaboration hacktoberfest-accepted Hacktoberfest 2024 level2 25 Points 🥈

Comments

@AnujSaha0111
Copy link

I’ve also noticed that the evaluation of the regression model includes classification metrics such as accuracy, precision, recall, F1 score, and confusion matrix. These metrics are specifically designed for classification tasks where the goal is to predict discrete labels. However, in project which involves Stock Price Prediction which is a regression tasks, the objective is to predict continuous values, making these metrics irrelevant and potentially misleading when evaluating model performance.

Since metrics like Mean Absolute Error (MAE), Mean Squared Error (MSE), Root Mean Squared Error (RMSE), and Mean Absolute Percentage Error (MAPE) are already implemented and are appropriate for this regression task, I suggest removing the classification metrics. This will help maintain clarity and focus on relevant performance indicators.

@AnujSaha0111
Copy link
Author

Can you please assign me the issue?

@AnujSaha0111
Copy link
Author

Issue is solved in #37

@rohitinu6
Copy link
Owner

@AnujSaha0111 Thank you for your valuable contribution, Please mention this issue number in the description of your PR.
Only those PR, that solve an existing issue will be considered for evaluation by the mentors.

@rohitinu6 rohitinu6 added gssoc-ext GSSoC'24 Extended Version hacktoberfest-accepted Hacktoberfest 2024 level2 25 Points 🥈 hacktoberfest Hacktober Collaboration labels Oct 5, 2024
@AnujSaha0111 AnujSaha0111 linked a pull request Oct 5, 2024 that will close this issue
@AnujSaha0111
Copy link
Author

Done👍

@AnujSaha0111
Copy link
Author

Was it merged?

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

Successfully merging a pull request may close this issue.

2 participants