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

Can this module achieve Multi-relational models? like in the BayeSianDataFusion.jl #14

Open
1512474508 opened this issue Oct 17, 2021 · 1 comment

Comments

@1512474508
Copy link

Great jobs!
I want to achieve Multi-relational models by macau, such as in the BayeSianDataFusion.jl model, But I don't know how to realize factorization with side information and Multi-relational models using macau

@jaak-s
Copy link
Owner

jaak-s commented Oct 17, 2021

Simple multi-relational models are possible. For example, if there are two relations:

  1. R1: AxB
  2. R2: AxC
    Then you can combine them into one matrix R12 = np.concatenate([R1, R2], axis=1) and then model R12 with Macau.

More complicated settings are unfortunately not supported.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants