tensorflow / tfx-addons

Developers helping developers. TFX-Addons is a collection of community projects to build new components, examples, libraries, and tools for TFX. The projects are organized under the auspices of the special interest group, SIG TFX-Addons. Join the group at http://goo.gle/tfx-addons-group
Apache License 2.0
125 stars 61 forks source link

Incomplete implementation of FilterPredictionToDictFn in predictions-to-bigquery component. #218

Closed cfezequiel closed 1 year ago

cfezequiel commented 1 year ago

Expected Behavior

In executor.py, the FilterPredictionToDictFn should process an element (PredictionLog) from an Apache Beam PCollection and converts it into a dict with input features and prediction label + score.

Actual Behavior

Parsing of the input features from the element is incomplete and was left as a TODO.

Steps to Reproduce the Problem

N/A

Specifications