fani-lab / OpeNTF

Neural machine learning methods for Team Formation problem.
Other
18 stars 13 forks source link

Update team.py - added location parameters and heatmaps #183

Closed Daljeet-sandhu closed 1 year ago

Daljeet-sandhu commented 1 year ago

def loc_heatmap_skills(dataset): 3-d matrix (heatmap) with (x, y, z) where x: locations, y: skills, z: the number of patents (x, y). def loc_heatmap_members(dataset): 3-d matrix (heatmap) with (x, y, z) where x: locations, y: members, z: the number of patents (x, y).

Parameters: average number of people from each location how many members are from a particular location how many skills are from a particular location how many teams have only 1 location, 2 locations how many members have only 1 location, 2 locations

hosseinfani commented 1 year ago

@Daljeet-sandhu Thank you for the pr. I'll have a look and get back to you if I need further info.