DeepchecksModelClient.log_batch_labels#
- DeepchecksModelClient.log_batch_labels(sample_ids: Sequence[str], labels: Sequence[Any], samples_per_send: int = 10000)#
Update samples labels.
Any previously appended samples will be send to the server.
Important to understand that updated labels are not used in alerts calculation if update happened after “alert delay window” and that they also do not trigger alerts recalculation.
TODO: - add link to documentation explaining “alert delay window”
- Parameters
- sample_idsSequence[str]
A sequence of sample ids of already uploaded samples whose labels we wish to modify.
- labelsSequence[Any]
A sequence of sample labels.
- samples_per_send: int , default 10_000
how many samples to send by one request