?> Quels types de jointures le paramètre `joinType` ... - Aide
QUESTION / RÉPONSE

Quels types de jointures le paramètre `joinType` supporte-t-il et quelle est sa valeur par défaut ?

1 consultations

Réponse

Le paramètre `joinType` spécifie comment les tables sont jointes. Les valeurs possibles sont `APPEND`, `FULL`, `INNER`, `LEFT`, et `RIGHT`. La valeur par défaut est `LEFT`.
Action technique liée

Voir la documentation de alJoin

Voir l'Action
Thématiques

Voir aussi

alJoin
activeLearn

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.

alJoin
activeLearn

La acción `alJoin` del conjunto de acciones `activeLearn` se utiliza para unir una tabla de datos principal con una tabla de anotaciones. Esta operación es fundamental en los flujos de trabajo de aprendizaje activo, donde los datos recién etiquetados (anotaciones) deben reintegrarse con el conjunto de datos original para entrenar o reentrenar un modelo. La acción soporta varios tipos de uniones (izquierda, derecha, interna, completa, etc.) para controlar cómo se combinan las filas de ambas tablas.

alJoin
activeLearn

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.