Skip to content

Commit

Permalink
Add new Jaccard score performance metric.
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 429182336
  • Loading branch information
tf-metadata-team authored and tfx-copybara committed Feb 17, 2022
1 parent b2bdbdf commit 03b7c0f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
1 change: 0 additions & 1 deletion RELEASE.md
Original file line number Diff line number Diff line change
Expand Up @@ -531,4 +531,3 @@ No significant changes. Upgrading to keep version alignment.
* Moved tf.Metadata code out of TF-Transform code tree, requiring package
dependency updates and import updates.
3 changes: 2 additions & 1 deletion tensorflow_metadata/proto/v0/metric.proto
Original file line number Diff line number Diff line change
Expand Up @@ -319,8 +319,9 @@ message PerformanceMetric {
PrecisionAtRecall precision_at_recall = 24;
RecallAtPrecision recall_at_precision = 25;
}
// NEXT_TAG: 32;
// NEXT_TAG: 33;
}




0 comments on commit 03b7c0f

Please sign in to comment.