Why classification model is not selected ?

anaisd
Member Posts: 2
Hello !
I'm trying to carry out a classification model on data set with malignant and benign tumors. The first time, I was able to select classification model. I lost the model because of an internet bug. Thus, I carried out a second tryied but this time, regression model is selected and I cannot select the classification option. How can I solve this problem ?
Thank you so much for your answer !
Answers
-
Hello!
As per my understanding classification predicts discrete class labels. Also, if the data is imbalanced then you can go with ROC/AUC for better evaluation of model performance. That's why classification model is not selected.