toloka-kit
toloka-kit copied to clipboard
Toloka-Kit is a Python library for working with Toloka API.
This pull request contains autogenerated stubs for recent commits into main.
Toloka/docs repository stores python-sdk.md file in docs directory. It is unwanted to also have it in this repository's docs. The solution is to add this file to docs/toc.yaml in the...
Update versions of toloka-kit and crowd-kit in examples and add call to action notes ## Description - Update toloka-kit to version 0.1.26 - Update crowd-kit to version 1.0.0 - Add...
Minor error fix in learn_the_basics Renaming column 'ASSIGNMENT:worker_id': 'performer' in answers_df will cause an error on the next step. ## Description String 669. Renaming column 'ASSIGNMENT:worker_id': 'performer' in answers_df will...
Hey, it'd be great to add infinite overlap for control tasks in this example: https://toloka.ai/en/docs/toloka-kit/reference/toloka.client.TolokaClient.create_tasks and somehow highlight that it's important
Toloka API returns just 404 in case of inability to find a valid entity. But if I am making a request that uses few entities (like I am trying to...
This pull request contains autogenerated stubs for recent commits into main.
Native implementation of `AsyncTolokaClient` ## Description Previously we used async over threading implementation for `AsyncTolokaClient`. This resulted in poor performance due to inefficient context switches. This implementation uses HTTPX as...
## Description Adding the new example for computer vision - faces detection. It is focused on a specific task of detecting faces with the bounding boxes together with indicating how...
## Description ## Types of changes - [ ] Bug fix (non-breaking change which fixes an issue) - [ ] New feature (non-breaking change which adds functionality) - [ ]...