Model guides
Browse forecasting, prediction, and classification services by capability
Each model guide includes endpoint details, route structure, and example request and response shapes across time-series forecasting, feature-based prediction, and classification-oriented services.
Time-series forecasting
Forecast sales, demand, product usage, customer activity, revenue, capacity, operations, and service health from historical signal patterns.
Best when recent history carries enough structure to estimate what is likely to happen next.
- ARIMA for autoregressive forecasting
- SARIMA for seasonal patterns
- SARIMAX for seasonal forecasting with exogenous features
- AutoReg for lightweight temporal inference
Feature-based prediction
Predict counts and numeric outcomes using product, customer, sales, demand, operational, business, and service context.
Useful when the next outcome depends on product usage, demand, customer attributes, campaign activity, inventory, capacity, revenue movement, service health, or other business features.
- Poisson for count-based outcomes
- Linear and Polynomial for interpretable baselines and curved feature relationships
- Tree and Forest paths for non-linear behavior
Classification services
Serve churn risk, purchase propensity, customer state, risk class, and decision-category workflows.
Useful when the goal is to classify an outcome such as customer state, purchase propensity, risk class, or another business decision category.
- Logistic Regression for interpretable probability-based classification
- Gradient Boosting Classifier for boosted decision-tree classification across complex feature interactions
- Naive Bayes for lightweight probabilistic classification
What each guide includes
Open any model below to see the route-level details
Each model page explains endpoint shape, sample requests, response format, and trust-aware interpretation.
Endpoint paths
Find the exact route structure and service path for the selected model.
Payload expectations
Review the input structure, required fields, and example request bodies.
Response and trust behavior
Understand the response shape, prediction output, and how trust-aware fields should be interpreted.
How to choose a model
Pick the forecasting, prediction, or classification service that matches the signal and the decision you need to make
The right starting point depends on whether history alone explains the next outcome, whether additional product, customer, sales, demand, operational, business, or service context needs to be part of the prediction, or whether the goal is to classify a business or customer outcome.
Use time-series models
Start here when past values already contain useful forecasting structure.
- Best for historical numeric signals over time
- Useful when trend or seasonality matters
- Good for baseline forecasting from recent signal history
Use feature-based models
Start here when product, customer, sales, demand, operational, business, or service context changes the outcome.
- Best when contextual signals matter
- Useful for count or numeric prediction with product, customer, sales, operational, business, or service features
- Helps when history alone is not enough
Use classification services
Start here when the goal is to classify a business or customer outcome.
- Best for purchase propensity, behavioral scoring, or decision categories
- Useful when the response is a class, label, or probability-based outcome
- Supports API-driven customer and business decision workflows
Start with a simple baseline
Choose the lightest useful model before moving into more complex paths.
- Use Linear or AutoReg as practical baselines
- Measure whether extra complexity actually improves the result
- Keep interpretability high during early validation
Match the output to the decision
The model should fit not only the data, but also the action the response will drive.
- Use forecasting when timing and trend matter most
- Use prediction when live feature context changes the outcome
- Use classification when the result is a label, probability, or decision category
Compare outputs for trust
Use more than one path when prediction quality matters more than convenience.
- Compare baseline and expressive models
- Check disagreement before acting
- Use trust warnings and suppression policies in production
Supported models
Open a model to view endpoints, requests, and responses
These cards are meant to help you choose where to start, not just browse names. Each model has a different role depending on the signal shape, feature context, and trust needs.
Trust-aware behavior
Some predictions should be explained carefully. Some should be suppressed.
eazePredict does not treat every model output as equally safe. Depending on the input regime, the platform may return warnings, expose disagreement, or suppress the numeric prediction entirely.
Trust warnings
Responses may include trust_warning when the system detects unstable or suspicious operating conditions.
Prediction suppression
In extreme cases, numeric prediction values may be returned as null instead of pretending the output is reliable.
Disagreement visibility
Model spread and regime checks help teams understand when the forecast surface is behaving unpredictably.