sql - Creating mining structures with DMX -


i´m using analysis service make data mining work. made predictions sql server data tools. wanted make same prediction dmx.

i´m using next dmx code:

  create mining model [cassandra] (    [companynk] text key,    [date] date key time,    [total value mes] double continuous predict,    [new items month] long continuous,    [number branches] long continuous,    [number clients] long continuous,    [number salesman] long continuous  ) using microsoft_time_series(auto_detect_periodicity = 0.8, forecast_method = 'mixed') drillthrough 

but following error:

error (data mining): usage of non-key columns in 'cassandra' mining model must set predictonly.

this should work, because in ssdt have 1 variable set "predict" , have none set "predict only". awesome.

thanks in advance. helder borges

ok... don't know problem was. shutting-down computer weekend appeared solve problem. didn't despite of turning computer on , compile, , worked.

best regards, helder borges

updtae: found problem due ms-ssas version. able use predictions prediction in enterprise (or bi) edition. , using standard.


Comments

Popular posts from this blog

linux - xterm copying to CLIPBOARD using copy-selection causes automatic updating of CLIPBOARD upon mouse selection -

c++ - qgraphicsview horizontal scrolling always has a vertical delta -