Skip to content

Using > LATEST doesn't produce result #8071

Closed Answered by blaszta
blaszta asked this question in Get help
Discussion options

You must be logged in to vote

Just an update, I decide to use different ML engine, and > LATEST works now. This is my query when creating the model:

CREATE MODEL mindsdb.forecast_SKU_qty_monthly_sfengine
FROM eth_db
  (
    SELECT * FROM vw_consecutive_sales
  )
PREDICT quantity
ORDER BY sales_date
GROUP BY commercial_code
HORIZON 3
USING 
ENGINE = 'statsforecast';

Not sure why the Lightwood ML engine doesn't work with my data. Maybe I need to re-create the model again, but looks like I stick with Nixtla ML engine for now.

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by blaszta
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
1 participant