criteo-research / large-scale-ITE-UM-benchmark

19 stars 4 forks source link

An issue repicating the notebook #1

Open aniroxxsc opened 1 year ago

aniroxxsc commented 1 year ago

In function load_hashed_criteo what is the CU2_cat_hashed_100_feats.npz'

leonhx commented 1 year ago

same question +1

If it is a concatenation of numerical features and hashed categorical features, X_total[:, 4:(4+nb_categorical_features_kept)] does not make sense -- it does not select categorical features, but select from 100 hashed features.