分类模型——智慧的问题h date column
Hi,
I trained a model on an example set which includes a column date (DD.MM.YYYY) e.g. June 2020.
However the model cant be applied to another data set [with date e.g. July 2020] with exactly the same Features as in the data set to build the model. Theres always a an error which says : "mismatch of date".
Is it possible that the model cant be applied because of differen dates in the data set?
Tagged:
0
Best Answer
-
MartinLiebig Administrator, Moderator, Employee, RapidMiner Certified Analyst, RapidMiner Certified Expert, University ProfessorPosts:3,389RM Data ScientistHi,
rule of a thumb: you don't want to use dates in a model. If you want to use date information than its DayOfMonth or MonthOfYear.
Because otherwise you run into excaclty the problem you run into. If the model found a rule "if 5th of november 1605 => remember!" then it only works for 1605, not for 2020.
Cheers,Martin
- Head of Data Science Services at RapidMiner -
Dortmund, Germany5
Answers
Dortmund, Germany