crowdkit.aggregation.utils.add_skills_to_data
| Source code
add_skills_to_data( data: DataFrame, skills: Series, on_missing_skill: str, default_skill: Optional[float])
Parameters | Type | Description |
---|---|---|
skills | Series | workers' skills. A pandas.Series index by workers and holding corresponding worker's skill |
on_missing_skill | str | How to handle assignments done by workers with unknown skill. Possible values:
|