Add sigmoid transformations to some predictors

Open
#190 0 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

Assessment

Difficulty
5/5
Estimated time
Over a week
Newbie friendliness
35/100
Issue type
Feature
Clarity
Needs clarification
Activity status
Stale
Tech stack
python, tensorflow

Research direction

Start by reviewing the existing predictor algorithms, especially TensorFlow BiasedMF, and the prediction components. Determine whether the first increment should integrate sigmoid behavior into an algorithm or provide a fitted sigmoid component. Done should include a clearly scoped implementation and tests showing the intended transformation of rating predictions.

Written by the indexing model from the issue text.

Description

components

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.

Dominant language
Python
Stars
314
Forks
77
Avg merge
4d 6m
Merged PRs (30d)
10

Contributor guide

No contributing guide indexed for this repository

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

More from lenskit/lkpy

All issues in lenskit/lkpy

Similar issues

More Python issues

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.