MCPcopy Create free account
hub / github.com/DeepRec-AI/DeepRec / parse_parquet

Function parse_parquet

modelzoo/wide_and_deep/train.py:317–321  ·  view source on GitHub ↗
(value)

Source from the content-addressed store, hash-verified

315 return features, labels
316
317 def parse_parquet(value):
318 tf.logging.info('Parsing {}'.format(filename))
319 labels = value.pop(LABEL_COLUMN[0])
320 features = value
321 return features, labels
322
323 '''Work Queue Feature'''
324 if args.workqueue and not args.tf:

Callers

nothing calls this directly

Calls 3

infoMethod · 0.80
formatMethod · 0.45
popMethod · 0.45

Tested by

no test coverage detected