xlearn icon indicating copy to clipboard operation
xlearn copied to clipboard

A few questions about fm model

Open wszhtc opened this issue 5 years ago • 1 comments

I am training a fm model on a large dataset, but the result (AUC) is not good. Could you please help me figure out the following problem?

  1. Do I need to discretize numerical (continuous) features in the dataset?
  2. I think one-hot for categorical features is necessary, right?
  3. Do I need to do normalization for features?
  4. Is statistical features useful in fm model? Eg: how many times an item is clicked by users.

Thanks!

wszhtc avatar Jun 18 '19 08:06 wszhtc

These are all helpful, but i think you should consider it in the context of your business, construct more features or drop some features, or tune the hyper parameters, or maybe, if need, you should consider some other business metrics, e.g. comparing with the fact.

etveritas avatar Jun 19 '19 05:06 etveritas