Hi Sir, hope you are well. Thank you for your explanation, it really helped. I just want to point out that you forgot about the Cookies from the items.
Why are you taking frequent 2 item sets for generating rules? aren't we supposed to take only last frequent item set i.e 3 item set and make rules out of it only?
@@goodstudy7948bcz initially, we are given that there are sometimes only 2 items bought together (see table at 00:33 . So we need to generate rules for pair of items also. Thats why 2freq itemset is also used.
The reason taking only two frequent item bcoz we have to find which item is to placed left or right with which item.. We can find 3 frequent item but again we break that into two item set to find left and right item
Hello, Sir! What if I have a scenario wherein when I got to 2-item set, none is greater or equal to the given support threshold. what should be my next step then?