Question: Follow the steps to generate your personal data set. # Then apply at least two machine learning methods covered in the lectures. # The data
Follow the steps to generate your personal data set.
# Then apply at least two machine learning methods covered in the lectures.
# The data has features ID Race, Age, Sex, Hour, IQ and Height with
# class variable Died The aim is to predict whether or not the
# patient in the hospital will Died TRUE or not FALSE
# rdata function in wakefield package is used to the generate
# random data set.
install.packageswakefield
librarywakefield
set.seed # Plug your digits student ID in s
data rdata # Generate a data set consisting of instances
Step by Step Solution
There are 3 Steps involved in it
1 Expert Approved Answer
Step: 1 Unlock
Question Has Been Solved by an Expert!
Get step-by-step solutions from verified subject matter experts
Step: 2 Unlock
Step: 3 Unlock
