07-26-2018
vrushankshah
Fluorite | Level 6
Member since
06-25-2018
- 16 Posts
- 2 Likes Given
- 0 Solutions
- 0 Likes Received
-
Latest posts by vrushankshah
Subject Views Posted 800 07-22-2018 01:16 PM 2597 07-22-2018 09:37 AM 1386 07-16-2018 11:05 PM 1397 07-16-2018 08:32 PM 1398 07-16-2018 08:25 PM 417 07-16-2018 04:42 PM 2254 07-16-2018 04:39 PM 2261 07-16-2018 04:29 PM 2277 07-16-2018 03:18 PM 2278 07-16-2018 03:17 PM -
Activity Feed for vrushankshah
- Posted Markov chain in SAS for clickstream on SAS Procedures. 07-22-2018 01:16 PM
- Posted Re: How to do a Markov chain to predict the next state from a sequence of previous states? on SAS Data Science. 07-22-2018 09:37 AM
- Liked Re: Flag the presence of substring for ChrisNZ. 07-18-2018 10:54 AM
- Posted Re: Flag the presence of substring on SAS Programming. 07-16-2018 11:05 PM
- Posted Re: Flag the presence of substring on SAS Programming. 07-16-2018 08:32 PM
- Posted Re: Flag the presence of substring on SAS Programming. 07-16-2018 08:25 PM
- Liked Re: To find if the group of elements are substring of another string ? for PeterClemmensen. 07-16-2018 04:52 PM
- Posted Re: To find if the group of elements are substring of another string ? on SAS Procedures. 07-16-2018 04:42 PM
- Posted Re: To find if the group of elements are substring of another string ? on SAS Procedures. 07-16-2018 04:39 PM
- Posted Re: To find if the group of elements are substring of another string ? on SAS Procedures. 07-16-2018 04:29 PM
- Posted Re: To find if the group of elements are substring of another string ? on SAS Procedures. 07-16-2018 03:18 PM
- Posted Re: To find if the group of elements are substring of another string ? on SAS Procedures. 07-16-2018 03:17 PM
- Posted Re: To find if the group of elements are substring of another string ? on SAS Procedures. 07-16-2018 12:38 PM
- Posted Re: To find if the group of elements are substring of another string ? on SAS Procedures. 07-16-2018 06:19 AM
- Posted Re: To find if the group of elements are substring of another string ? on SAS Procedures. 07-16-2018 06:11 AM
- Posted To find if the group of elements are substring of another string ? on SAS Procedures. 07-16-2018 12:16 AM
- Posted To find if elements under a group are the substring of another string ? on SAS Programming. 07-16-2018 12:11 AM
- Posted Flag the presence of substring on SAS Programming. 07-15-2018 01:26 AM
-
Posts I Liked
07-22-2018
01:16 PM
I have a dataset which contains various clicks which a user did while going through the website. It also contains uniqueid of each user, date and time of the click and their name. Essentially my main aim is to predict what will be next click of the user. For example, if it starts from home then goes to clothing then goes to Denim then from Denim what is the highest probability of its next click?There are 50000 unique click patterns in a month which a user has clicked. Will Markov chain be feasible for such data? Clicks Time Id Home,Clothing,Men,Denim,Home 02/10/2018/3:22pm 1234 Home,Kitchenware,glass,purchase 03/10/2018/4:00pm 4567 Home,Clothing,Men,Denim,Purchase 04/10/2018/3:55pm 7891 Home,Clothing,Men 05/10/2018/2:56pm 6789
... View more
07-22-2018
09:37 AM
Hello were you able to get the answer ? Because I have similar question and I am also looking for some programme to do it
... View more
07-16-2018
11:05 PM
I was just testing the code on a new data and it didnt worked for that : New test data : Column1 Objectid Group a 1 1 b 1 1 d 1 2 f 1 3 g 1 4 t 2 5 y 2 5 f 3 6 a 4 7 b 4 7 d 4 8 f 5 9 r 6 10 s 6 10 t 6 10 a 6 11 b 6 11 s 6 11 q 7 12 w 7 12 e 7 12 r 7 12 d 7 13 f 7 14 g 7 15
... View more
07-16-2018
08:32 PM
Hey sorry for not explaining properly! I think the logic is going a bit wrong I am not getting correct count and it flags Y to most of the pattern which it shouldn’t
... View more
07-16-2018
08:25 PM
ya I wanted something like this but when I am trying on other data your code is not working properly. Data used to test: Column1 Objectid Group a 1 1 b 1 1 d 1 2 f 1 3 g 1 4 t 2 5 y 2 5 f 3 6 a 4 7 b 4 7 d 4 8 f 5 9 r 6 10 s 6 10 t 6 10 a 6 11 b 6 11 s 6 11 q 7 12 w 7 12 e 7 12 r 7 12 d 7 13 f 7 14 g 7 15
... View more
07-16-2018
04:42 PM
I am sorry I meant fianl update to the question is done how the output I am expecting but when I run your code it is not giving the expected output can you please check once again !! Thank you !
... View more
07-16-2018
04:39 PM
Final update is done how I want the output to be ! Thank you !
... View more
07-16-2018
04:29 PM
Actually I wanted on different line each group number but I thought it might be difficult hence told to have in same line.
... View more
07-16-2018
03:18 PM
Really Sorry there was some additional thing which I forgot to mention can you please help me with the update part !
... View more
07-16-2018
03:17 PM
Sorry there was some additional thing which I forgot to mention can you please help me with the update part !
... View more
07-16-2018
12:38 PM
Under the Part_of_group section it just displays one group number but I wanted the multiple groups numbers where it was the part.
... View more
07-16-2018
06:19 AM
The order matters here so verify,claims is different string
... View more
07-16-2018
06:11 AM
Yes case sensitive is not needed and even doesn’t matter just the words should match and there won’t be any space after commma.sorry for that I didn’t upload the data properly
... View more
07-16-2018
12:16 AM
I want to find if the given elements under a group are the part of another string or no ? If they are then I want the group number of the string where it was the part. They should be part of another string.For example, 'Benefits, verify' is one string under group 1 and that is part of group 2 string (claims,verify,benefits,verify). I also want to count how many times it appears in another string. Additional : Do not include the single words in calculation. For example in the below example do not include benefits in calculation. For example Column1 group Benefits,verify 1 claims,verify,benefits,verify 2 inquiry,type 3 claims,verify 4 Benefits,verify,inquiry,type,Benefits 5 Benefits 6 Benefits 7 Output expected: column1 Part of group count Benefits, verify 2 2 Benefits,verify 5 2 claims,verify 2 1 inquiry,type - - claims,verify,benefits,verify - - Benefits,verify,inquiry,type,Benefits - -
... View more
07-16-2018
12:11 AM
I want to find if the given elements under a group are the part of another string or no ? If they are then I want the group number of the string where it was the part. They should be part of another string.For example, 'Benefits, verify' is one string under group 1 and that is part of group 2 string (claims,verify,benefits,verify). I also want to count how many times it appears in another string. For example Column1 group
Benefits,verify 1 claims,verify,benefits,verify 2 inquiry,type 3 claims,verify 4 Output expected: column1 Part of group count
Benefits, verify 2 1 claims,verify 2 1 inquiry,type - - claims,verify,benefits,verify - -
... View more