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

Plots showing results in Colab notebook display metrics on different scales. #1

Open
mc-robinson opened this issue Jun 26, 2019 · 1 comment

Comments

@mc-robinson
Copy link

I could be wrong, but this plot for example

image

is clearly suspect since the naive method is giving an AUC around 0 and not 50. I believe the issue is that the results dictionary gives the metrics on a scale from [0,1], while the baseline models give the metrics on a scale of [0,100]. I can't actually find in the code where these baseline results are scaled by 100, or else I would happily make a pull request. In general, I think it would be easier to keep everything on a scale of [0,1]

@filangelos
Copy link
Contributor

Thanks for your issue @mc-robinson! You are right, the baselines results are in the range [0, 100], while the tf.keras.metrics for AUC and Accuracy in the range [0, 1]. We are fixing it in the next release, by rescaling baselines in [0, 1].

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

2 participants