Skip to content

Commit

Permalink
Changing TODO from ldap (katsiapis) to tracking bug (b/130032676).
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 446358368
  • Loading branch information
tf-model-analysis-team authored and tfx-copybara committed May 4, 2022
1 parent 96918f4 commit c18c3a8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tensorflow_model_analysis/evaluators/jackknife.py
Original file line number Diff line number Diff line change
Expand Up @@ -242,7 +242,7 @@ def partition_fn(_, num_partitions):
delete_d_samples = []
for sample_id in range(num_jackknife_samples):
# TODO(b/194732335): Push filter and Flatten into _ComputeJackknifeSample.
# TODO(katsiapis): Replace the 'ExcludePartition' step with for-loop
# TODO(b/130032676): Replace the 'ExcludePartition' step with for-loop
# exclusion after cl/435922775 (or equivalent) is submitted.
sample_accumulators = [
acc | f'ExcludePartition[{sample_id}]' >> beam.Filter(lambda _: False)
Expand Down

0 comments on commit c18c3a8

Please sign in to comment.