lkpy
lkpy copied to clipboard
Add sigmoid transformations to some predictors
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.