Skip to content

Commit

Permalink
Fix CrossNet_frappe_x1
Browse files Browse the repository at this point in the history
  • Loading branch information
xpai committed Jan 10, 2024
1 parent efbc5d8 commit ef0de0c
Show file tree
Hide file tree
Showing 7 changed files with 401 additions and 87 deletions.

This file was deleted.

This file was deleted.

Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
20220123-113221,[command] python run_expid.py --version pytorch --config Frappe/DCN_frappe_x1/CrossNet_frappe_x1_tuner_config_02 --expid DCN_frappe_x1_005_880c69b8 --gpu 0,[exp_id] DCN_frappe_x1_005_880c69b8,[dataset_id] frappe_x1_04e961e9,[train] N.A.,[val] AUC: 0.960427 - logloss: 0.266888,[test] AUC: 0.959427 - logloss: 0.271483
20220123-113221,[command] python run_expid.py --version pytorch --config Frappe/DCN_frappe_x1/CrossNet_frappe_x1_tuner_config_02 --expid DCN_frappe_x1_005_b755b0b0 --gpu 0,[exp_id] DCN_frappe_x1_005_b755b0b0,[dataset_id] frappe_x1_04e961e9,[train] N.A.,[val] AUC: 0.960427 - logloss: 0.266888,[test] AUC: 0.959427 - logloss: 0.271483
20220123-113226,[command] python run_expid.py --version pytorch --config Frappe/DCN_frappe_x1/CrossNet_frappe_x1_tuner_config_02 --expid DCN_frappe_x1_006_ea016a23 --gpu 1,[exp_id] DCN_frappe_x1_006_ea016a23,[dataset_id] frappe_x1_04e961e9,[train] N.A.,[val] AUC: 0.959904 - logloss: 0.269360,[test] AUC: 0.959291 - logloss: 0.273003
20220123-113303,[command] python run_expid.py --version pytorch --config Frappe/DCN_frappe_x1/CrossNet_frappe_x1_tuner_config_02 --expid DCN_frappe_x1_008_2e367251 --gpu 1,[exp_id] DCN_frappe_x1_008_2e367251,[dataset_id] frappe_x1_04e961e9,[train] N.A.,[val] AUC: 0.959696 - logloss: 0.277846,[test] AUC: 0.958719 - logloss: 0.284395
20220123-113117,[command] python run_expid.py --version pytorch --config Frappe/DCN_frappe_x1/CrossNet_frappe_x1_tuner_config_02 --expid DCN_frappe_x1_001_c89ae6cc --gpu 0,[exp_id] DCN_frappe_x1_001_c89ae6cc,[dataset_id] frappe_x1_04e961e9,[train] N.A.,[val] AUC: 0.944065 - logloss: 0.274728,[test] AUC: 0.942758 - logloss: 0.276578
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
frappe_x1_04e961e9:
data_format: csv
data_root: ../data/Frappe/
feature_cols:
- active: true
dtype: float
name: [user, item, daytime, weekday, isweekend, homework, cost, weather, country,
city]
type: categorical
label_col: {dtype: float, name: label}
min_categr_count: 1
test_data: ../data/Frappe/Frappe_x1/test.csv
train_data: ../data/Frappe/Frappe_x1/train.csv
valid_data: ../data/Frappe/Frappe_x1/valid.csv
Loading

0 comments on commit ef0de0c

Please sign in to comment.