Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

Pick any dataset relevant that you would like to analyze. The dataset should have at least tree features (input columns) and exactly one classification or

  1. Pick any dataset relevant that you would like to analyze. The dataset should have at least tree features (input columns) and exactly one classification or output column. The output column must be an example of business consequences (categorical or continuous business outcome).
  2. Use Python or any other other tool to apply appropriate decision trees method to train a decision tree on a larger part of the dataset.
  3. For the remaining of the records from the remaining smaller part of the dataset use the trained tree model to classify the data. Compare the models outcome to the actual classes in the testing sample. Calculate accuracy of the model (number of correctly and incorrectly identified cases in each class).
  4. Describe each step and a result of this process, include relevant scripts, tree model, and outputs produced by the tool you use.
  5. Use Python or any other other tool to apply appropriate decision trees method to train a decision tree on a larger part of the dataset.
  6. For the remaining 20% of the records from the remaining smaller part of the dataset use the trained tree model to classify the data. Compare the models outcome to the actual classes in the testing sample. Calculate accuracy of the model (number of correctly and incorrectly identified cases in each class).
  7. Describe each step and a result of this process, include relevant scripts, tree model, and outputs produced by the tool you use.

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

Machine Learning And Knowledge Discovery In Databases European Conference Ecml Pkdd 2015 Porto Portugal September 7 11 2015 Proceedings Part 2 Lnai 9285

Authors: Annalisa Appice ,Pedro Pereira Rodrigues ,Vitor Santos Costa ,Joao Gama ,Alipio Jorge ,Carlos Soares

1st Edition

3319235249, 978-3319235240

More Books

Students also viewed these Databases questions

Question

=+a. Sketch a graph of f(x).

Answered: 1 week ago