Dokumentation (english)

Train AI Model

Train any AI or ML model on your own data directly inside a flow.

The Train AI Model node trains a machine learning model on your data. Connect your prepared dataset, select a model type, configure it, and run. The trained model and performance metrics are saved as outputs you can use in subsequent inference flows.

Training runs can take time depending on dataset size and model complexity. You can monitor progress via the node logs during execution.

Configuration

The node uses a cascading selection:

  1. Category — The AI task type (e.g. classification, regression, object detection, NLP)
  2. Subcategory — A specific task variant within the category
  3. Model — The exact model to train
  4. Training Configuration — Model-specific settings loaded dynamically (hyperparameters, epochs, column mappings, etc.)

Inputs & Outputs

NameDescription
Inputtraining_dataYour training dataset — format depends on the selected model (required)
Outputtrained_modelThe saved model file, ready for use in a Use AI Model node
OutputmetricsTraining performance metrics (accuracy, loss, etc.)

Tips

  • Connect a Preview Output to the metrics output to inspect training results directly in the editor
  • The trained model output can be passed directly to a Use AI Model node in the same flow, or saved and loaded later via Select Artifact
  • Larger datasets and more complex models take longer — check the node logs to monitor progress
  • Use Apply Transformation or Custom Code nodes upstream to prepare your data before training

Command Palette

Search for a command to run...

Schnellzugriffe
STRG + KSuche
STRG + DNachtmodus / Tagmodus
STRG + LSprache ändern

Software-Details
Kompiliert vor 1 Tag
Release: v4.0.0-production
Buildnummer: master@64a3463
Historie: 68 Items