deep-learning-models icon indicating copy to clipboard operation
deep-learning-models copied to clipboard

Optimize AUC metric on compile function with R Keras API

Open dsaada opened this issue 6 years ago • 0 comments

Hi,

I would like to optimize the metric AUC with R keras API, it's possible?

the best way will be:

model %>% compile( loss = 'categorical_crossentropy', optimizer = optimizer_rmsprop(), metrics = c('auc') )

but of course, it does not work.

Thanks, David

dsaada avatar Dec 19 '18 07:12 dsaada