How can I generate the decision tree when the attributes are in order?
jackyho_email
MemberPosts:2Contributor I
inHelp
Hello,
I would like to have a study on which part of my website leads the largest dropout rate.
Each of the attributes has their order:
1, Click the donation button
2, Login Page
3, Use mobile phone number to login
4, Login successfully
5, Account Merge
6, Checkout Page
7, Bind credit card
8, Donate successfully
However, some of the user who has login already will start from steps 6 and some of them will start from step 5.
I have tried to use the decision tree, but the result didn't consider the order of the steps and use the donate succeed as the top of the decision tree. So my question is how can I use the decision tree but display the funnel with the ordering of each step? Thanks.
I would like to have a study on which part of my website leads the largest dropout rate.
Each of the attributes has their order:
1, Click the donation button
2, Login Page
3, Use mobile phone number to login
4, Login successfully
5, Account Merge
6, Checkout Page
7, Bind credit card
8, Donate successfully
However, some of the user who has login already will start from steps 6 and some of them will start from step 5.
I have tried to use the decision tree, but the result didn't consider the order of the steps and use the donate succeed as the top of the decision tree. So my question is how can I use the decision tree but display the funnel with the ordering of each step? Thanks.
Tagged:
1
Answers