Ask Your Question
0

What could be the reason for the low AUC and ROC scores of my significant model?

asked 2021-11-15 11:00:00 +0000

djk gravatar image

edit retag flag offensive close merge delete

1 Answer

Sort by ยป oldest newest most voted
0

answered 2022-03-16 13:00:00 +0000

devzero gravatar image

There are several possible reasons for a low AUC and ROC score for a significant model, including:

  1. Insufficient sample size: If the sample size is small, the model may not have enough data to accurately predict the outcome.

  2. Unbalanced data: If the dataset is imbalanced, meaning there are more instances of one class than the other, this can cause the model to perform poorly.

  3. Incorrect model selection: Choosing the wrong type of model or using inappropriate hyperparameters may lead to a low AUC and ROC score.

  4. Data quality issues: The model may also perform poorly if the data being analyzed is messy, incomplete or contains outliers.

  5. Underfitting or overfitting: If the model is overly simplified or overly complex, it may not be able to effectively learn the patterns in the data, resulting in a low AUC and ROC score.

  6. Multicollinearity: If there is a high degree of correlation between the independent variables, this can impact the model's ability to make accurate predictions.

  7. Missing variables: If important variables are missing from the model, this can impact its ability to accurately predict the outcome.

It is important to investigate the reasons behind the low AUC and ROC score, and take the necessary steps to address them in order to improve the performance of the model.

edit flag offensive delete link more

Your Answer

Please start posting anonymously - your entry will be published after you log in or create a new account. This space is reserved only for answers. If you would like to engage in a discussion, please instead post a comment under the question or an answer that you would like to discuss

Add Answer


Question Tools

Stats

Asked: 2021-11-15 11:00:00 +0000

Seen: 20 times

Last updated: Mar 16 '22