subject

The following is a training dataset that has ten one dimensional objects. Person id Home owner Refund
1 Yes TRUE
2 No TRUE
3 Yes FALSE
4 No FALSE
5 Yes FALSE
6 No TRUE
7 NO TRUE
8 NO FALSE
9 NO FALSE
10 YES FALSE
A. Create ten bootstrap samples from the above training dataset. (You should use R to extract bootstrap samples. Use person id to extract the samples)
B. Build a decision stump (One level decision tree that split the root using entropy) for each bootstrap sample to predict if each object/person gets refund based on the marital status homeowner attribute.
C. Apply the decision stumps on the original dataset to predict a class label (refund) for each objects in the original data set.
D. Determine the final prediction for each object using majority of votes.
E. Find the training error of your model. * You should not use R for section B, C,D, and E - Please show your works

ansver
Answers: 2

Another question on Computers and Technology

question
Computers and Technology, 23.06.2019 11:20
Http is the protocol that governs communications between web servers and web clients (i.e. browsers). part of the protocol includes a status code returned by the server to tell the browser the status of its most recent page request. some of the codes and their meanings are listed below: 200, ok (fulfilled)403, forbidden404, not found500, server errorgiven an int variable status, write a switch statement that prints out the appropriate label from the above list based on status.
Answers: 2
question
Computers and Technology, 23.06.2019 12:20
When guido van rossum created python, he wanted to make a language that was more than other programming languages. a. code-based b. human-readable c. complex d. functional
Answers: 1
question
Computers and Technology, 24.06.2019 23:30
True or false when a host gets an ip address from a dhcp server it is said to be configured manually
Answers: 1
question
Computers and Technology, 25.06.2019 01:40
The instantiation of an endpoint in a potential tcp connection is know as
Answers: 1
You know the right answer?
The following is a training dataset that has ten one dimensional objects. Person id Home owner Ref...
Questions
question
Mathematics, 29.09.2019 10:30
question
Computers and Technology, 29.09.2019 10:30
question
Mathematics, 29.09.2019 10:30
Questions on the website: 13722360