- For quick start guide, see quickstart guide.
- Asset data
- Asset importer
- Model Training Concepts
- Model Training Pipeline
- System events
- User interface
- Security
- Cost estimation
- Uninstall
- Create asset entries and upload CSVs through the UI
- Create a model training template and set all the parameters
- Create a model training execution and set the template to use
- Trigger model training with the
Start model training
button - Lambda function will call
startPipelineExecution
with the right parameters - Processing step performs the feature engineering step, stores features/test/training data in S3
- Training step trains the model
- Model gets created and registered with Sagemaker
- Create model endpoint (and config) from the UI using the
Create endpoint
button - Run inference against model with parameters set on the UI
- Analyze output from inference on a chart in the UI
- Delete model endpoint manually or leave it and it will be automatically cleaned up after 60 minutes