Skip to content

Pipeline Templates

The Template Gallery provides ready-made pipelines for common machine learning tasks. Each template is pre-configured with nodes, connections, and sample datasets so you can start training immediately.

Click Templates in the toolbar to open the gallery. You can also use keyboard shortcut number keys (14) inside the gallery to switch categories.

TemplateDifficultyDatasetDescription
Basic ClassificationBeginnerIrisRandom Forest classifier with evaluation
Binary ClassificationBeginnerTitanicLogistic Regression with train/test split and stratification
Tuned ClassificationIntermediateIrisRandom Forest with Optuna hyperparameter tuning
TemplateDifficultyDatasetDescription
Basic RegressionBeginnerCalifornia HousingLinear Regression with evaluation
Random Forest RegressionIntermediateCalifornia HousingRandom Forest with data splitting
Gradient Boosting RegressionIntermediateWine QualityGradient Boosting ensemble method
TemplateDifficultyDatasetDescription
Full ML PipelineAdvancedIrisLoad → Split → Train → Evaluate → Export
Custom PreprocessingIntermediateTitanicScript node for custom Python preprocessing
  1. Open the Template Gallery
  2. Browse or filter by category (All, Classification, Regression, Advanced)
  3. Click on a template card to load it

Each template sets up:

  • Nodes — Pre-configured with appropriate settings (model type, target column, split ratio)
  • Connections — Nodes are wired together in the correct order
  • Sample data — Bundled datasets (Iris, Titanic, California Housing, Wine Quality) are loaded automatically

Templates do not include saved runs, experiments, or trained models. After loading, click Run to execute the pipeline.

After loading a template, you can:

  • Change the dataset — Click the DataLoader node and browse for your own CSV file
  • Switch algorithms — Click the Trainer node and select a different model type
  • Add nodes — Drag new nodes from the toolbar and connect them
  • Adjust parameters — Modify train/test split ratio, hyperparameters, etc.
  • Templates are built-in and cannot be modified or deleted
  • Once loaded, the pipeline behaves like any other — you can save it with a custom name
  • Saving a pipeline that was loaded from a template creates an independent copy

Inside the gallery dialog:

KeyAction
Arrow keysNavigate between template cards
EnterLoad the focused template
14Switch category tabs
EscapeClose the gallery