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

Change from model.predict_proba to using model.predict #46372

Merged
merged 1 commit into from Jan 15, 2021

Conversation

TVLIgnacy
Copy link
Contributor

model.predict_proba is deprecated in the Keras code base, and should be replaced by model.predict
This replaces the usage of the deprecated call in the scikit_learn wrapper

model.predict_proba is deprecated in the Keras code base, and should be replaced by model.predict
This replaces the usage of the deprecated call in the scikit_learn wrapper
@google-ml-butler google-ml-butler bot added the size:XS CL Change Size: Extra Small label Jan 12, 2021
@google-cla
Copy link

google-cla bot commented Jan 12, 2021

Thanks for your pull request. It looks like this may be your first contribution to a Google open source project (if not, look below for help). Before we can look at your pull request, you'll need to sign a Contributor License Agreement (CLA).

📝 Please visit https://cla.developers.google.com/ to sign.

Once you've signed (or fixed any issues), please reply here with @googlebot I signed it! and we'll verify it.


What to do if you already signed the CLA

Individual signers
Corporate signers

ℹ️ Googlers: Go here for more info.

@google-cla google-cla bot added the cla: no label Jan 12, 2021
@TVLIgnacy
Copy link
Contributor Author

@googlebot I signed it!

@google-cla google-cla bot added cla: yes and removed cla: no labels Jan 12, 2021
@gbaned gbaned self-assigned this Jan 13, 2021
@gbaned gbaned added the comp:keras Keras related issues label Jan 13, 2021
@gbaned gbaned added this to Assigned Reviewer in PR Queue via automation Jan 13, 2021
@gbaned gbaned self-requested a review January 13, 2021 03:05
Copy link
Member

@fchollet fchollet left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM, thanks

PR Queue automation moved this from Assigned Reviewer to Approved by Reviewer Jan 14, 2021
@google-ml-butler google-ml-butler bot added kokoro:force-run Tests on submitted change ready to pull PR ready for merge process labels Jan 14, 2021
@kokoro-team kokoro-team removed the kokoro:force-run Tests on submitted change label Jan 14, 2021
@gbaned gbaned added ready to pull PR ready for merge process and removed ready to pull PR ready for merge process labels Jan 15, 2021
@copybara-service copybara-service bot merged commit 37e4d3a into tensorflow:master Jan 15, 2021
PR Queue automation moved this from Approved by Reviewer to Merged Jan 15, 2021
@TVLIgnacy TVLIgnacy deleted the patch-1 branch January 15, 2021 09:57
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
cla: yes comp:keras Keras related issues ready to pull PR ready for merge process size:XS CL Change Size: Extra Small
Projects
PR Queue
  
Merged
Development

Successfully merging this pull request may close these issues.

None yet

4 participants