Model management
Deploy a retrained model directly in to a running Joule with zero down time
Objective

Explanation on what is going on
Example
Storage definition
Last updated
Deploy a retrained model directly in to a running Joule with zero down time

Last updated
pmml predictor:
name: customer_churn_predictor
model: churn/customer_churn_rf.pmml
response field: churn_prediction
# Link to the store for this model
model store: production_churn_models
audit configuration:
...
# 1. Define interested stores to bind too
stores:
# Model store
production_churn_models:
store name: customer_churn_models
# Customer spend profiles
production_customer_profiles:
store name: customer_spend_profilesreference data:
name: predictiveModelStores
data stores:
- minio stores:
name: production_models
connection:
endpoint: "https://localhost"
port: 9000
tls: false
credentials:
access key: "AKIAIOSFODNN7"
secret key: "wJalrXUtnFEMIK7MDENGbPxRfiCY"
stores:
customer_churn_models:
bucketId: churn_models
customer_spend_profiles:
bucketId: customer_historical_spend