Analysis of Demantra Forecast engine results
I have some questions related to analysis of engine results.
For example what model was used for the particular item forecast
At what level forecast was done by engine.
I have enabled the node_forecast_details parameters. I have selected one item node and loc node and its level.
select * from demantra.node_forecast nf
where nf.item_node=5111
and nf.loc_node=589
and nf.level_id=2
for the above query around 182 records are present.
select * from demantra.mdp_matrix mm
where mm.item_node=5111
and mm.loc_node=589
and mm.level_id=2
For the above query 102 records are present.