Using an LSTM Model
Model Overview
Training and Inference Approach
Feature Groups and Multi-Model Architecture
Model Metadata Data Product
Schema Configuration
{
"details": {
"data_product_type": "stored",
"fields": [
{
"name": "metadata",
"primary": false,
"optional": true,
"data_type": {
"column_type": "VARCHAR"
},
"classification": "internal"
},
{
"name": "model_path",
"primary": false,
"optional": true,
"data_type": {
"column_type": "VARCHAR"
},
"classification": "internal"
},
{
"name": "metadata_path",
"primary": false,
"optional": true,
"data_type": {
"column_type": "VARCHAR"
},
"classification": "internal"
},
{
"name": "version",
"primary": false,
"optional": true,
"data_type": {
"column_type": "VARCHAR"
},
"classification": "internal"
},
{
"name": "model_name",
"primary": false,
"optional": true,
"data_type": {
"column_type": "VARCHAR"
},
"classification": "internal"
},
{
"name": "model_type",
"primary": false,
"optional": true,
"data_type": {
"column_type": "VARCHAR"
},
"classification": "internal"
},
{
"name": "created_at",
"primary": false,
"optional": true,
"data_type": {
"column_type": "TIMESTAMPTZ"
},
"classification": "internal"
}
]
}
}Builder Configuration with Feature Groups
Metadata Output Format
Individual Model Record:
Ensemble Record:
Predictions Data Product
Schema Configuration
Builder Configuration
Prediction Output Format
date
production_volume
machine_utilization
downtime_hours
defect_rate
daily_revenue
model_version
_predicted_at
Model Architecture and Training Process
Ensemble Coordination and Prediction
Last updated