[phpBB Debug] PHP Warning: in file [ROOT]/ext/lmdi/autolinks/event/listener.php on line 237: Undefined array key 25
[phpBB Debug] PHP Warning: in file [ROOT]/ext/lmdi/autolinks/event/listener.php on line 237: Trying to access array offset on value of type null
Answer Happy • 3. A bank would like to predict which customers will accept a loan offer. It uses historic data to construct a classific
Page 1 of 1

3. A bank would like to predict which customers will accept a loan offer. It uses historic data to construct a classific

Posted: Sun Sep 05, 2021 5:10 pm
by answerhappygod
3 A Bank Would Like To Predict Which Customers Will Accept A Loan Offer It Uses Historic Data To Construct A Classific 1
3 A Bank Would Like To Predict Which Customers Will Accept A Loan Offer It Uses Historic Data To Construct A Classific 1 (196.12 KiB) Viewed 648 times
3. A bank would like to predict which customers will accept a loan offer. It uses historic data to construct a classification tree to classify records as either "non-acceptors" (blue) or "acceptors" (orange). The variables include family income ($1000s), family size, and a categorical variable for education, where indicates a high school diploma, 1 indicates a bachelor's degree, and 2 indicates a graduate degree. All arrows to the left indicate the condition in the splitting node is "true;" all arrows to the right indicate the condition is "false." In addition to the splitting condition, nodes contain the total number of records in the subgroup and the number in each target category, (non-acceptors, acceptors). Construct the logical if/then statements that correspond to nodes a, b, and c. For each node, also indicate the estimated probability that the predicted class is correct. Income s 110.5 samples = 3000 value = [2713, 287] True False 2363 Education s 1.5 637 [2326, 37] [387, 250] Node a Family s 2.5 400 [357, 43] Income s 116.5 237 [30, 207] 355 [355, 0] 45 [2, 43] 44 [30, 14] 193 [0, 1931 Node b Nodec