Tweaking roc auc score threshold

I’m working on a classification problem which I currently am using roc auc score as my metric. Currently it is at 0.88.

Questions

  • From reading around 0.88 is a good score for a classifier. Is this correct?

  • Is there a way I can change the threshold for the classifier and what is the default? (It doesn’t look obvious to me from docs)