The Growth Engine currently does not capture reshared posts in the INTERACTIONS dataset.
Solution
The proposed solution is to enhance notebook models/growth-engine/core/domain/LinkedIn_Get_interactions_from_posts.ipynb to include the ability to retrieve and track people who reshare posts.
By incorporating reshared posts into the INTERACTIONS dataset, PEOPLE.INTERACTION_SCORE will be more accurate.
A weight could also be added for resharing (Reaction = 1, Comment = 3)
Issue
The Growth Engine currently does not capture reshared posts in the INTERACTIONS dataset.
Solution
The proposed solution is to enhance notebook
models/growth-engine/core/domain/LinkedIn_Get_interactions_from_posts.ipynb
to include the ability to retrieve and track people who reshare posts.By incorporating reshared posts into the INTERACTIONS dataset, PEOPLE.INTERACTION_SCORE will be more accurate. A weight could also be added for resharing (Reaction = 1, Comment = 3)