Closed OptimusPrimeCao closed 4 years ago
How to add non-categorical features such as human age to deepfm model? It seems the deepfm implementation only supports categorical feature?
Currently DeepFM implementation only supports categorical feature, so you need to do data binning for numeric features. I hope to support non-categorical features in the future.
How to add non-categorical features such as human age to deepfm model? It seems the deepfm implementation only supports categorical feature?