@KumarP wrote:
Need to build personilised recommendation rule for each individual customer based on Delivery.Time , Product.Name , Product.Variant.
So my recommendation engine send notification/campaign for it. it is more related with Customer ~ Delivery.Time + Product.Name
...
str(Mydata)
'data.frame': 994 obs. of 7 variables:
$ Delivery.Time : chr "Brunch" "Break Fast" "Snacks Time" "Lunch" ...
$ Account.Name : chr "Spuntino" "Concierge" "Concierge" "Burger Joint" ...
$ Customer.Name : chr "Linnea Gustafsson " "Eli Assis" "Frida Parm\xe8us" "Hanna Faksv\xe5g" ...
$ Product.Name : chr "Cortado" "Kortholder fra SCOTCH&SODA" "Gavekort kr 1.000,-" "Chipotle Mayonnaise" ...
$ Product.Variant: chr "Enkel " "Svart" "Gavekort kr 1.000" "Regular" ...
$ Quantity : int 1 1 1 1 1 1 1 1 1 1 ...
$ Amount : int 38 399 1000 8 178 59 169 138 128 99 ...
Posts: 1
Participants: 1