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

Better documentation of mcmc hyperparameter #52

Open
3 tasks
ibayer opened this issue May 24, 2016 · 0 comments
Open
3 tasks

Better documentation of mcmc hyperparameter #52

ibayer opened this issue May 24, 2016 · 0 comments

Comments

@ibayer
Copy link
Owner

ibayer commented May 24, 2016

Access to the mcmc hyperparameter is fairly obscure and needs better documentation.

  • add documentation to python mcmc module
  • add function that generates string parameter description
  • add documentation to C fastFM-core/src/ffm.c L. 77 ff

Hyperparameter layout in fm.hyper_param_:

    print (['alpha'] +               
    ['lambda_w'] + ['lambda_V' + str(i) for i in range(rank)] + 
    ['mu_w'] + ['mu_V' + str(i) for i in range(rank)])`

output example (rank=4):

['alpha', 'lambda_w', 'lambda_V0', 'lambda_V1', 'lambda_V2', 'lambda_V3', 'mu_w', 'mu_V0', 'mu_V1', 'mu_V2', 'mu_V3']
@ibayer ibayer changed the title Better documentation of mcmc hyperparameter. Better documentation of mcmc hyperparameter May 24, 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

1 participant