MCPcopy
hub / github.com/shenweichen/DeepCTR-Torch / get_feature_names

Function get_feature_names

deepctr_torch/inputs.py:90–92  ·  view source on GitHub ↗
(feature_columns)

Source from the content-addressed store, hash-verified

88
89
90def get_feature_names(feature_columns):
91 features = build_input_features(feature_columns)
92 return list(features.keys())
93
94
95# def get_inputs_list(inputs):

Callers 8

get_xy_fdFunction · 0.90
get_xy_fdFunction · 0.90
get_xy_fdFunction · 0.90
get_xy_fdFunction · 0.90

Calls 1

build_input_featuresFunction · 0.85

Tested by 2

get_xy_fdFunction · 0.72
get_xy_fdFunction · 0.72