The model runs inside your account. Inputs and predictions stay in your AWS
environment; nothing is sent to Synthefy.
1
AWS account with SageMaker access
And permission to subscribe to products on AWS Marketplace.
2
A GPU instance
Nori deploys on GPU instances (e.g.
ml.g5.xlarge). Make sure your account has quota for one.Deploy
1
Subscribe on AWS Marketplace
Find the Synthefy-Nori listing on AWS Marketplace, choose View purchase options, and Subscribe. It’s free — you pay only for the AWS compute you run.
2
Create a model
In the SageMaker console, go to Inference → Marketplace model packages (or Create model). Under the container definition, choose Use a model package subscription and select Synthefy-Nori.
3
Create an endpoint
Select the model and choose Create endpoint. Pick a GPU instance (
ml.g5.xlarge) and wait for the endpoint to reach InService (typically a few minutes).Predict
- Python (boto3)
- AWS CLI
nori_predict.py
Contract
predictions[i] corresponds to X_test[i], in the original target units.
Notes
Numeric features only. Encode categorical columns (one-hot or ordinal) before sending; the same columns and order for
X_train and X_test.Instances. Supported GPU instances:
ml.g5.xlarge, ml.g5.2xlarge, ml.g6.xlarge.