- Exercise 1 Given A Classification Problem That Predicts Whether A Borrower Will Default Or Not Based On The Following Fe 1 (119.88 KiB) Viewed 97 times
Exercise#1 Given a classification problem that predicts whether a borrower will default or not based on the following fe
-
- Site Admin
- Posts: 899603
- Joined: Mon Aug 02, 2021 8:13 am
Exercise#1 Given a classification problem that predicts whether a borrower will default or not based on the following fe
Exercise#1 Given a classification problem that predicts whether a borrower will default or not based on the following features: . Home Owner (either Yes or No). Marital Status (Single, Married, or Divorced). Annual Income (either High or Low). Given the following probability distribution: P(Default=“Yes”) =0.4 P(Default=“No”) =0.6 = = P(Home Owner = “Yes” | Default = “Yes”) =0.25 P(Home Owner = “Yes” | Default = “No”)=0.33 P(Marital Status = “Married” | Default =“Yes”) =0.25 P(Marital Status =“Married” | Default = “No”)=0.5 P(Annual Income = "High” | Default = “Yes”)=0.25 P(Annual Income = "High” | Default =“No”)=0.5 = = = = = Using naïve Bayesian classification, how would we classify a new instance: X= (No, Married, High)?