Prediction of Cancer

MUJEEBUR RAHMAN 16 Reputation points
2020-09-15T12:29:24.937+00:00

I have made a prediction algorithm in which I have predicted whether a patient has cancer or not based on the past data. I have also run the model successfully and have received the parameters. Now my question is, which parameter should I give the most importance for this case of prediction? Is it the precision, recall, accuracy or the threshold?

Azure Machine Learning
Azure Machine Learning
An Azure machine learning service for building and deploying models.
2,728 questions
{count} votes

1 answer

Sort by: Most helpful
  1. Ramr-msft 17,731 Reputation points
    2020-09-16T13:18:10.467+00:00

    @MUJEEBUR RAHMAN Thanks, If your ML model has good performance metrics (you should decide which works best based on confusion matrix and which error can be handled and which should be reduced) then it is a great solution. Can you please share link to the model and the features that you are trying, also please share what feature engineering have you tried.

    Could you please add more details about how you’re measuring your model error. If it’s doing worse than validation against your test set, then something weird is going on. If it’s doing better but not reaching 100% accuracy, that’s probably fine, and maybe preferable since it suggests that you’re not overfitting.