AutoInt icon indicating copy to clipboard operation
AutoInt copied to clipboard

In what case the value for categorical feature will be `0`?

Open huangbiubiu opened this issue 4 years ago • 0 comments

As mentioned in README.md https://github.com/shichence/AutoInt/blob/master/README.md#input-format:

  • train_x: matrix with shape (num_sample, num_field). train_x[s][t] is the feature value of feature field t of sample s in the dataset. The default value for categorical feature is 1.

In what case the categorical feature will NOT be 1? Thanks!

huangbiubiu avatar Jan 17 '21 14:01 huangbiubiu