Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Optimize AUC metric on compile function with R Keras API #105

Open
dsaada opened this issue Dec 19, 2018 · 0 comments
Open

Optimize AUC metric on compile function with R Keras API #105

dsaada opened this issue Dec 19, 2018 · 0 comments

Comments

@dsaada
Copy link

dsaada commented Dec 19, 2018

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 dsaada changed the title Opimize AUC metric on compile function with R Optimize AUC metric on compile function with R Dec 19, 2018
@dsaada dsaada changed the title Optimize AUC metric on compile function with R Optimize AUC metric on compile function with R Keras API Dec 19, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant