lkpy icon indicating copy to clipboard operation
lkpy copied to clipboard

Add sigmoid transformations to some predictors

Open mdekstrand opened this issue 5 years ago • 0 comments

It would be useful to be able to do sigmoid transformations for rating predictions. Two possible pieces:

  • Build this in to some algorithms, like the TensorFlow BiasedMF.
  • Provide a sigmoid component that fits a sigmoid based on predictions.

Full OrdRec could also be useful here, but probably best to start with a simple sigmoid.

mdekstrand avatar Sep 28 '20 17:09 mdekstrand