Hi guys.
I´m trying to create a time series data mining structure with dmx.
I´m using this code:
CREATE MINING MODEL Cassandra
(
[CompanyNK] TEXT KEY
,[Date] Long KEY TIME
,[Total Value Mes] Long Continuous PREDICT
,[New Items Month] LONG CONTINUOUS
,[Number Branches] LONG CONTINUOUS
,[Number Clients] LONG CONTINUOUS
,[Number Salesman] LONG CONTINUOUS
)
USING Microsoft_Time_Series
WITH DRILLTHROUGH
But i always get this error:
quote:
Error (Data mining): Usage of all non-key columns in the 'CassandraModel' mining model must be set to PredictOnly.