Conversation
PiperOrigin-RevId: 784546532
PiperOrigin-RevId: 785473842
PiperOrigin-RevId: 785741501
PiperOrigin-RevId: 786266994
PiperOrigin-RevId: 786269486
PiperOrigin-RevId: 786269867
…aining. PiperOrigin-RevId: 787046801
#205 PiperOrigin-RevId: 788449222
…meters PiperOrigin-RevId: 788926576
Fixes #209 PiperOrigin-RevId: 790669180
Signed-off-by: Emmanuel Ferdman <emmanuelferdman@gmail.com>
PiperOrigin-RevId: 792208031
PiperOrigin-RevId: 792686419
This CL introduces `learner.in_bag_example_indices()`, which returns the in-bag samples used by bootstrapping in Random Forests. Fixes #200 PiperOrigin-RevId: 793523861
…il.read_tf_record PiperOrigin-RevId: 793619468
PiperOrigin-RevId: 793620201
PiperOrigin-RevId: 793620366
PiperOrigin-RevId: 793629636
PiperOrigin-RevId: 793632432
…f showing individual dimensions). PiperOrigin-RevId: 793639307
PiperOrigin-RevId: 793994103
PiperOrigin-RevId: 794586189
PiperOrigin-RevId: 794615590
- Support for new grpc error messages PiperOrigin-RevId: 794954165
PiperOrigin-RevId: 794955423
…taspec creation) when the user request it (e.g., ctrl+c). PiperOrigin-RevId: 794971459
…d to c++ symbols. PiperOrigin-RevId: 795008997
PiperOrigin-RevId: 795058656
PiperOrigin-RevId: 796381184
PiperOrigin-RevId: 796403380
PiperOrigin-RevId: 822103607
PiperOrigin-RevId: 822115132
PiperOrigin-RevId: 822126055
PiperOrigin-RevId: 822143607
PiperOrigin-RevId: 822144837
PiperOrigin-RevId: 822497194
PiperOrigin-RevId: 822926798
PiperOrigin-RevId: 822935707
PiperOrigin-RevId: 822985126
PiperOrigin-RevId: 823372298
The new templates fix an issue with the old templates which had winner_take_all=True (which is the default) PiperOrigin-RevId: 823382793
PiperOrigin-RevId: 823426299
PiperOrigin-RevId: 823487745
PiperOrigin-RevId: 824409500
PiperOrigin-RevId: 824410901
PiperOrigin-RevId: 824951038
PiperOrigin-RevId: 824978952
PiperOrigin-RevId: 825047614
This unifies the handling of output_logits in the slow prediction engines. This is a breaking change (see below). If `output_logits` is set on a model, the slow engine will populate the new `logits` field on the prediction proto. Otherwise, this field is not populated. The `distribution` field on the proto is **always** with the probabilities. The latter is a breaking change / bugfix, since the distribution field was previously populated with the logits in some cases. PiperOrigin-RevId: 825085209
PiperOrigin-RevId: 825645804
PiperOrigin-RevId: 826398956
PiperOrigin-RevId: 826494497
PiperOrigin-RevId: 830926004
PiperOrigin-RevId: 831296850
PiperOrigin-RevId: 831304094
…at field before numpy binding. PiperOrigin-RevId: 831738247
|
Thanks for your pull request! It looks like this may be your first contribution to a Google open source project. Before we can look at your pull request, you'll need to sign a Contributor License Agreement (CLA). View this failed invocation of the CLA check for more information. For the most up to date status, view the checks section at the bottom of the pull request. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.