RECENCY, FREQUENCY AND MONETARY MODEL


in Help
hi everyone, i need your help in order to solve a project work.
i need to pick only some values of my input, so i need some attribute and functions that will consider only data from monday to friday and from 9a.m. to 6p.m.
how can i do?
i need to pick only some values of my input, so i need some attribute and functions that will consider only data from monday to friday and from 9a.m. to 6p.m.
how can i do?
0
Answers
Best,
Cesar
i started with this Excel dataset and i imported it on RapidMiner.
the question is: how to transform these data for example (date) 20130331 into 31/march/2013 and (time) 1931 should be transformed into 7.31 p.m.
later on i have to consider only values that are referred from monday to Friday and from 9a.m. to 6p.m
In this case you can work with the Nominal to Date operator. Be sure that you import or transform your data attribute as polynominal.
To transform the date attribute in your desired format use this date format yyyyMMdd
Best,
Cesar
please find attached a example process.
Best,
Cesar