Classification & Prediction
AI systems that assign a label to an input or estimate a numeric outcome — including classifiers (spam vs. not spam, risk tier), regressors (predicted demand, expected wait), and time-series forecasters (next-hour ridership, energy load). Built from labeled historical data using statistical or machine-learning models.
- Description
Playground
Try the element with your own values, contexts, and color modes.
Style
Raw JSON
Live API response from GET /schemas/ai@2026-05-06-beta/elements/classification_prediction.
element "classification_prediction"
{
"id": "classification_prediction",
"category_id": "processing",
"title": [
{
"locale": "en",
"value": "Classification & Prediction"
}
],
"description": [
{
"locale": "en",
"value": "AI systems that assign a label to an input or estimate a numeric outcome — including classifiers (spam vs. not spam, risk tier), regressors (predicted demand, expected wait), and time-series forecasters (next-hour ridership, energy load). Built from labeled historical data using statistical or machine-learning models."
}
],
"authoring_guidance": [],
"examples": [],
"sources": [],
"symbol_id": "processing_time-series-forecasting",
"variables": [
{
"id": "additional_description",
"label": [
{
"locale": "en",
"value": "Description"
}
],
"required": false
}
],
"shape": "circle",
"icon_variants": [
"default",
"dark"
]
}