Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature/add_bias_terms_to_als #310

Closed
wants to merge 10 commits into from

Commits on Dec 19, 2019

  1. add use_bias parameter

    default value: False
    howtodowtle committed Dec 19, 2019
    Configuration menu
    Copy the full SHA
    749dffa View commit details
    Browse the repository at this point in the history
  2. fix second-to-last element in self.user_factors to 1

    ... so that second-to-last element in self.item_factors becomes a learned item bias term
    howtodowtle committed Dec 19, 2019
    Configuration menu
    Copy the full SHA
    da66ee4 View commit details
    Browse the repository at this point in the history
  3. fix last element in self.item_factors to 1

    ... so that last element in self.user_factors becomes a learned user bias term
    howtodowtle committed Dec 19, 2019
    Configuration menu
    Copy the full SHA
    9bb6725 View commit details
    Browse the repository at this point in the history
  4. add logs

    howtodowtle committed Dec 19, 2019
    Configuration menu
    Copy the full SHA
    d39f8be View commit details
    Browse the repository at this point in the history
  5. warn when if self.use_gpu and self.use_bias

    Training with bias terms not implemented for GPU yet.
    howtodowtle committed Dec 19, 2019
    Configuration menu
    Copy the full SHA
    bac8759 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    21c2ac6 View commit details
    Browse the repository at this point in the history

Commits on Dec 20, 2019

  1. change log for consistency

    Alex Dautel committed Dec 20, 2019
    Configuration menu
    Copy the full SHA
    03f0a06 View commit details
    Browse the repository at this point in the history

Commits on Jan 16, 2020

  1. Configuration menu
    Copy the full SHA
    924745d View commit details
    Browse the repository at this point in the history
  2. Fix ALS with bias update

    ita9naiwa authored Jan 16, 2020
    Configuration menu
    Copy the full SHA
    2eccd1d View commit details
    Browse the repository at this point in the history

Commits on Jan 31, 2020

  1. Configuration menu
    Copy the full SHA
    4130b8f View commit details
    Browse the repository at this point in the history