Answered step by step
Verified Expert Solution
Question
1 Approved Answer
Using the file diabetes.csv , build a random forest using eight independent variables and associated data. You can use Powerpoint or any other graphing tool
Using the file diabetes.csv build a random forest using eight independent variables and associated data. You can use Powerpoint or any other graphing tool to manually build the trees.
Run tests data rows through all of your resulting decision trees to validate how well your random forest works. Submit a diagram of test runs showing the path through the trees.
Use the randomforest.py code and the same test rows to determine how the application does against your manual trees. Provide screenshots to validate.
You will need to write the appropriate code in the classifyPerson method to handle the eight independent variables.
Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started