On-Device Training
PrismIntelligence wraps Apple’s CreateML framework so you can train classification and regression models entirely on-device. No data leaves the user’s machine.Text Classification
PrismTextIntelligence trains text classifiers from labeled samples:
Train a Text Classifier
Typed Samples
Tabular Models
PrismTabularIntelligence handles structured data for classification and regression:
Tabular Classification
Codable Training Data
UsePrismCodableTrainingData for serializable, type-safe training datasets:
Codable Training Data
Model Manager
PrismModelManager is an actor that manages the lifecycle of trained models:
Managing Models
Model Types
Local Trainer
PrismIntelligenceLocalTrainer is the low-level engine behind text and tabular training:
Direct Trainer Usage
Complete Example
End-to-End Text Classifier