-
-
Notifications
You must be signed in to change notification settings - Fork 202
Feat: DevRank Spider Community Discovery Strategy #9085
Copy link
Copy link
Closed
Labels
Description
Implement a new "Community Discovery" strategy for the DevRank Spider to improve coverage of diverse developer communities and correct sampling bias.
Features
- Community Scan Strategy: Target specific organizations (e.g., PyLadies, WomenWhoCode) to find members and contributors.
- Bio Signal Strategy: Search for users with specific bio keywords (e.g., "she/her", "woman in tech").
- Strategy Rebalancing: Update
pickStrategyweights to include these new methods.
Technical Details
- Add
communityTargetslist toSpider.mjs. - Implement
runCommunityScan(targetOrg)method. - Add "Discovery: Bio Signals" search query.
Reactions are currently unavailable