?>
Voir la documentation de alJoin
Die Aktion `alJoin` im Aktionssatz `activeLearn` wird verwendet, um zwei Tabellen basierend auf einer gemeinsamen Identifikatorspalte zu verbinden. Dies ist ein grundlegender Schritt im aktiven Lernen, bei dem typischerweise eine Hauptdatentabelle mit einer Annotationstabelle zusammengeführt wird, die von Benutzern bereitgestellte Labels enthält. Die Aktion unterstützt verschiedene Arten von Joins (INNER, LEFT, RIGHT, FULL, APPEND), um Flexibilität bei der Kombination von beschrifteten und unbeschrifteten Daten zu bieten. Dieser Prozess ist entscheidend für die Vorbereitung von Trainingsdaten für nachfolgende Iterationen des maschinellen Lernmodells.
L'action `alJoin` du set d'actions `activeLearn` est un outil essentiel pour fusionner des données brutes avec leurs annotations correspondantes. Ce processus est une étape fondamentale dans de nombreux flux de travail d'apprentissage automatique, en particulier pour l'apprentissage supervisé où les étiquettes (annotations) sont nécessaires pour entraîner un modèle. L'action permet de combiner une table de données principale avec une table d'annotations en se basant sur un identifiant commun, offrant plusieurs types de jointures (interne, externe, etc.) pour s'adapter à divers scénarios de préparation de données.
The alJoin action is a fundamental tool in active learning workflows, designed to merge a primary data table with an annotation table. This process is crucial for enriching the dataset with labels or other metadata, which is then used in subsequent training iterations. The action supports various join types (such as INNER, LEFT, RIGHT, FULL) to provide flexibility in how the data is combined, based on a shared identifier column.