Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
90
def
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_fd
Function · 0.90
get_xy_fd
Function · 0.90
get_xy_fd
Function · 0.90
run_multitask_learning.py
File · 0.90
get_xy_fd
Function · 0.90
run_classification_criteo.py
File · 0.90
run_multivalue_movielens.py
File · 0.90
run_regression_movielens.py
File · 0.90
Calls
1
build_input_features
Function · 0.85
Tested by
2
get_xy_fd
Function · 0.72
get_xy_fd
Function · 0.72