Skip to content

Labeling selection

LabelingSelection #

LabelingSelection(amount: int)

Bases: RapidataSelection

Labeling selection class.

Decides how many actual datapoints you want to show per session.

Parameters:

Name Type Description Default
amount int

The amount of labeling rapids that will be shown per session.

required
Source code in src/rapidata/rapidata_client/selection/labeling_selection.py
def __init__(self, amount: int):
    self.amount = amount