Skip to content

Commit

Permalink
Removal of Classification Metrics
Browse files Browse the repository at this point in the history
updating Regression metrics
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.
  • Loading branch information
AnujSaha0111 authored Oct 4, 2024
1 parent 2c26ca4 commit e704e5c
Showing 1 changed file with 210 additions and 211 deletions.
Loading

0 comments on commit e704e5c

Please sign in to comment.