jupyter-naas / abi

The AI system for your everyday business. WIP. Star the repository to stay updated.
https://naas.ai
BSD 3-Clause "New" or "Revised" License
36 stars 7 forks source link

Growth Engine: Include Reshares in INTERACTIONS Dataset #78

Closed FlorentLvr closed 4 months ago

FlorentLvr commented 9 months ago

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)

FlorentLvr commented 4 months ago

Won't do