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

While plotting model metrics AUC throwing an error instead auc works ok #64

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

Avicii786
Copy link

While plotting model metric you used "AUC" but it throwing an error when I checked (pd.DataFrame(history.history)) I cam to know that history.history dataframe contain auc rather than AUC.

@nbwuzhe nbwuzhe requested a review from lyhue1991 October 9, 2020 16:43
@nbwuzhe
Copy link
Collaborator

nbwuzhe commented Oct 9, 2020

@lyhue1991 Do you think this change is necessary?

@lyhue1991
Copy link
Owner

@lyhue1991 Do you think this change is necessary?

In tensorflow version 2.2, the "AUC" name is changed to "auc". We should revise it together with the tensorflow version in the readme page.

@nbwuzhe
Copy link
Collaborator

nbwuzhe commented Oct 11, 2020

@lyhue1991 Do you think this change is necessary?

In tensorflow version 2.2, the "AUC" name is changed to "auc". We should revise it together with the tensorflow version in the readme page.

It could be a huge project if we want to officially support TF 2.2 through updating everything from TF 2.1 to 2.2 ... Are you sure you want to do this? Or we may include auto-adaptive code to switch those different APIs between 2.1 and 2.2?

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

Successfully merging this pull request may close these issues.

None yet

3 participants