All authors
Toloka avatar

Claude Skills by Toloka

github.com/Toloka
9 skillsA× 90 installs2 views
ConceptsA

To use a skill value for selecting Tolokers, define the `assignments_issuing_config.filter` object in the [pool parameters](https://toloka.ai/docs/api/api-reference/#tag--pool). To filter Tolokers without a skill set the `"operator": "EQ"` parameter and exclude the `value` parameter.

documentationgoapi
0
2
ReferenceA

`crowdkit.aggregation.classification.zero_based_skill.ZeroBasedSkill` | [Source code](https://github.com/Toloka/crowd-kit/blob/v1.2.1/crowdkit/aggregation/classification/zero_based_skill.py#L14) ```python ZeroBasedSkill( self, n_iter: int = 100, lr_init: float = 1.0, lr_steps_to_reduce: int = 20, lr_reduce_factor: float = 0.5, eps: float = 1e-05 ) ``` The **Zero-Based Skill** (ZBS) aggregation model performs weighted majority voting on tasks. After processing a pool of tasks, it re-estimates ...

datapythongit
0
2
Adding Tasks To The PoolA

{% cut "How do I know when a particular Toloker got the skill?" %} 1. Go to the [Toloker card](../../../concepts/users.md). 1. Click the **Profile** tab. 1. Find the required skill in the list and download the history of its changes. {% endcut %}

toolsgo
0
2
Pool SetupA

{% cut "Are there any easy ways to assign a certain Toloker a skill in Toloka, even if the Toloker didn't do any tasks (like I can do in the sandbox)?" %} In the main Toloka version, you can only assign a skill to Tolokers who have completed at least one of your tasks. There is no option to assign a skill to an arbitrary user. To limit the audience of Tolokers who will see your project, use [filters](../../../../guide/concepts/filters.md). For example, specify the city, date of birth, gender,...

tools
0
2
Result QuestionsA

{% cut "You can't aggregate by skill. When running via the API, I get the error code `ONLY_FOR_POOL_WITH_MIXER`. Why?" %} You need to use [smart mixing](../../../../guide/concepts/task_upload.md#smart-mixing_1). {% endcut %}

developmentapi
0
2
RecipesA

_Assign an existing skill to Tolokers an set its level._

documentationpythonbash
0
2
Id Get Skill ListA

Получает список созданных навыков.

tools
0
2
Id Get User Skill ListA

Получает список исполнителей с назначенными навыками.

tools
0
2
Id Get User SkillA

Получает значение навыка исполнителя.

tools
0
2