DeepCTR icon indicating copy to clipboard operation
DeepCTR copied to clipboard

seq特征处理与缺失值特征处理

Open marvinxu-free opened this issue 5 years ago • 0 comments

  1. 对seq特征,希望能够使用seq里面所有的数据进行特征交叉,而不是目前的使用max或者Mean pooling的方式。
  2. 对缺失值,默认进embedding层的index位0,希望能支持mask_zero,也就是说任何缺失值进入FM,或者nfm的bipooling层的时候,都不起作用;这样可以降低系数数据中大量的缺失值对神经网络的影响。

marvinxu-free avatar Dec 10 '19 14:12 marvinxu-free