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

Factor generation for Interactive #219

Closed
szarnyasg opened this issue Oct 17, 2020 · 1 comment · Fixed by #400
Closed

Factor generation for Interactive #219

szarnyasg opened this issue Oct 17, 2020 · 1 comment · Fixed by #400
Assignees
Milestone

Comments

@szarnyasg
Copy link
Member

szarnyasg commented Oct 17, 2020

Study the required Interactive factors:

FACTORS = [
#friends posts likes tags forums companies comments
"f", "p", "pl", "pt", "g", "w", "pr",
"ff", "fp", "fpt", "fg", "fw", "fpr", # note: no likes, fpr is unused in the code
"ffp", "ffpt", "ffg", "ffw", # note: no friends/likes/comments
]

The meaning of the matrix:

                             number of:   friends   posts   likes   tags   forums   companies   comments
person's
person's friends'
person's friends of friends'
@szarnyasg szarnyasg changed the title Parameter generation for Interactive Factor generation for Interactive Feb 19, 2022
@szarnyasg
Copy link
Member Author

Partially resolved by #397 which includes first names and person's friends of friends' -- but most of the factor tables are still missing.

@szarnyasg szarnyasg added this to the Milestone 4 milestone Jun 25, 2022
@szarnyasg szarnyasg self-assigned this Jun 25, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant