The C3 Demand Forecasting application uses a comprehensive data model to generate accurate forecasting predictions. At a high level, the Demand Forecasting application consists of the following components:Documentation Index
Fetch the complete documentation index at: https://devdocs-shaunak-branch.mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.
- Items: The entities exchanging hands during a Sale. An Item can be used to represent literal or abstract items.
- Customers: The entities that recieve Items during a Sale.
- Sales: The transactions that occur between the Business and its customers.
- Demand Forecast Subject:
- Demand Forecast Predictions: The Demand Forecast Model generates a prediction of what Sales may be in a moment in time in the future. This is called the Demand Forecast Prediction.
Hierarchies
Each of the components described can be represented hierarchaly within the C3 AI Type System to allow for aggregation and organization of data. These hierarchies can be defined flexibly to suit the needs of your business. Some examples using Item types are shown below:| Type | Description | Relationships | Grocery Store | Manufacturing | Salon |
|---|---|---|---|---|---|
| Item | The entity that a Customer purchases in a SaleOrder | Banana | Widget | Trim | |
| ItemGroup | A categorization that allows for aggregation. | An Item may belong to more than one ItemGroup. | Produce, fruit | Parts, finished goods | Services |
| ItemUnit | Unit conversions for Item. | An Item may have multiple ItemUnit associated with it. | lb, kg, each | pallet, boxes, each | each, hours |
| ItemFacility | The facility that provides the Item. | An item can be provided by multiple ItemFacility. | Main St | 7th Ave | Park Ave |