machine learning - Maximize AUC of a classifier having a set of probabilities that the object belongs to class -


consider binary classification task 2 target classes -- {men, women}. each person you've got set of actions , each action you've got set of real-valued features. goal classify persons men/women highest possible auc.

the easiest approach train classifier predicts whether particular action belongs man or woman (indeed, have features actions, can train classifier without additional work).

the question how derive probability of being man or woman based on probabilities each of actions belong man or woman?


Comments

Popular posts from this blog

c++ - Difference between pre and post decrement in recursive function argument -

php - Nothing but 'run(); ' when browsing to my local project, how do I fix this? -

php - How can I echo out this array? -