MCPcopy Create free account
hub / github.com/conflow-dev/ConFlow / denseFeature

Function denseFeature

model_demo/DeepCrossing/utils.py:8–9  ·  view source on GitHub ↗
(feat)

Source from the content-addressed store, hash-verified

6 return {'feat': feat, 'feat_onehot_dim': feat_onehot_dim, 'embed_dim': embed_dim}
7
8def denseFeature(feat):
9 return {'feat': feat}
10
11def create_criteo_dataset(file_path, embed_dim=8, test_size=0.2):
12 data = pd.read_csv(file_path)

Callers 1

create_criteo_datasetFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected