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

FastFM wrapper #52

Open
tlikhomanenko opened this issue Nov 24, 2015 · 1 comment
Open

FastFM wrapper #52

tlikhomanenko opened this issue Nov 24, 2015 · 1 comment
Milestone

Comments

@tlikhomanenko
Copy link
Contributor

Add wrapper for the factorization machines

@tlikhomanenko tlikhomanenko added this to the 0.6.5 milestone Nov 24, 2015
@arogozhnikov
Copy link
Contributor

Results of FastFM digging at this moment:

  • FastFM is pip-installable on mac os and ubuntu (which is very good point)
  • at the same time, doesn't completely follow sklearn interface (need also to check cloning and dumping - I haven't done this yet), this is resolvable
  • I've run some tests and FastFM lost the competition to original LibFM.
    • MCMC were tested, but I am quite sure it is useless (one can't even save the formula in this case).
    • I hope that ALS implementation is better (and ALS is the only useful in practice), but this needs to be checked.

@tlikhomanenko tlikhomanenko modified the milestones: 0.6.6, 0.6.8 Nov 10, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants