Possible enumeration values:
| Name | Value | Description |
|---|---|---|
| StandardModel |
0 |
Legacy model calculates AWS at time of prediction. But is inaccurate when dealing with products frequently on discount |
| SimpleAWS |
1 |
Use the AWS currently on the product rather than calculating it at the time of prediction. Good for combos but less accurate for predictive sales |
| AccurateModel |
2 |
(NEW) Improved model. Calculates AWS at time of prediction. Handles discounts better than the old model |