question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

How to use AUC metric in DeepHyper

See original GitHub issue

Refers to this conversation: https://github.com/deephyper/deephyper/issues/62#issuecomment-818772921 with @anuragverma77

To install develop version of DeepHyper:

git clone https://github.com/deephyper/deephyper.git
cd deephyper/
git checkout develop
pip install -e.

Then the string to use the AUC of the ROC in the Problem.metric(...) is "auroc" for Precision-Recall it is "aucpr".

Issue Analytics

  • State:closed
  • Created 2 years ago
  • Comments:8 (4 by maintainers)

github_iconTop GitHub Comments

1reaction
Deathn0tcommented, Apr 16, 2021

Could you please share with me the problem.py and the search space used

1reaction
Deathn0tcommented, Apr 14, 2021

I just released a new version of DeepHyper accessible on PyPI so if you just do pip install deephyper --upgrade you should be able to use these latest metrics.

Read more comments on GitHub >

github_iconTop Results From Across the Web

deephyper.nas.metrics
deephyper.nas.metrics#. This module provides different metric functions. A metric can be defined by a keyword (str) or a callable.
Read more >
How to get the best model? · Issue #62 · deephyper/deephyper ...
For categorical problem I used class_weight and accuracy as metric and objective but I want to use auc as metrics. When I used...
Read more >
tf.keras.metrics.AUC | TensorFlow v2.11.0
This class approximates AUCs using a Riemann sum. During the metric accumulation phrase, predictions are accumulated within predefined ...
Read more >
AUC-ROC Curve in Machine Learning Clearly Explained
Learn about the AUC-ROC curve evaluation metric for binary and multi-class classification problems with practical examples!
Read more >
Tutorial 41-Performance Metrics(ROC,AUC Curve ... - YouTube
Please join as a member in my channel to get additional benefits like materials in Data Science, live streaming for Members and many...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found