Skip to content

Commit

Permalink
Fix example2 data format to npz (#82)
Browse files Browse the repository at this point in the history
  • Loading branch information
lu-minous authored Feb 25, 2024
1 parent df04ae1 commit e4d6045
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion data/tiny_npz/feature_map.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"dataset_id": "tiny_h5",
"dataset_id": "tiny_npz",
"num_fields": 14,
"total_features": 485,
"input_length": 14,
Expand Down
4 changes: 2 additions & 2 deletions demo/config/example2_config/model_config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,9 @@ Base:
feature_specs: null
feature_config: null

DeepFM_test_h5:
DeepFM_test_npz:
model: DeepFM
dataset_id: tiny_h5
dataset_id: tiny_npz
loss: 'binary_crossentropy'
metrics: ['logloss', 'AUC']
task: binary_classification
Expand Down

0 comments on commit e4d6045

Please sign in to comment.