Skip to content

Commit

Permalink
Trivial: Fix in documentation.
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 302457524
  • Loading branch information
TensorFlow Ranking authored and ramakumar1729 committed Mar 24, 2020
1 parent cb63285 commit 9b67099
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tensorflow_ranking/extension/pipeline.py
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ class RankingPipeline(object):
ranking_pipeline = tfr.ext.pipeline.RankingPipeline(
context_feature_columns,
example_feature_columns,
hparams
hparams,
estimator=estimator,
label_feature_name="relevance",
label_feature_type=tf.int64)
Expand Down

0 comments on commit 9b67099

Please sign in to comment.