Building of Decision Tree upon any training dataset(Generic DT).
- Predicting whether a user is likely to subscribe based upon
- Attributes
- Company Name (Categorial)
- Country (Categorial)
- Viewed FAQ (Binary)
- No. of times Viewed (Continuous)
- Class(Result)
- None
- Basic
- Premium
- Predicting whether a Borrower is likely to pay the Loan or Not(Defaulted Borrower)
- Attributes
- Owns A Home (Binary)
- Marital Status (Categorial)
- Annual Income (Continuous)
- Class
- yes (Defaulted Borrower)
- no (Not a Defaulted Borrower)