Classifier Studio enables training classification models that categorize and label data within Narrative’s platform. It integrates data selection, label configuration, and compute resource allocation into a streamlined workflow.Path: My Models → Classifier Studio
The builder is a step-by-step flow. Each configured step exposes inline actions so you can revise selections without navigating back through earlier steps:
Action
Description
Edit
Re-opens the step’s configuration view with your existing selections pre-filled
Remove
Clears the step’s configuration (and any dependent downstream steps)
When training is submitted, a compact toast notification confirms success and links directly to the Jobs page to track progress.
The Feature Configuration module lets you define which columns from your dataset serve as input features for the classifier and how they should be processed.
Each algorithm exposes its own set of tunable hyperparameters with sensible defaults. The configuration view surfaces the parameters relevant to your selected algorithm — for example, regularization strength for Logistic Regression, or tree count and maximum depth for Random Forest — so you can adjust only what matters for your use case.
The Finalize module is the last step before training. It lets you name and version the model, attach metadata, confirm the execution environment, and review everything you’ve configured in a single summary view.
Element
Description
Model name
Human-readable name for the trained classifier
Model version
Version identifier for this training run, enabling side-by-side comparison of retrains
Tags
Keywords for organizing and identifying trained classifiers
Data plane selector
Confirm the data plane where training executes
Configuration summary
Read-only review of your dataset, label column, features, algorithm, and split settings before submission
Classifier training runs on Snowflake’s built-in ML capabilities within your data plane. Data never leaves your infrastructure.