Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

The objective of this classification task is to determine the specific forest type at a particular geographic location, based on a set of 2 7

The objective of this classification task is to determine the specific forest type at a particular
geographic location, based on a set of 27 input attributes. There are four classes of forest
types: Sugi ('s'), Hinoki ('h'), mixed deciduous ('d'), and non-forest land ('o'). The first
nine input attributes correspond to remote sensing measurements from multiple spectral
bands, and the remaining attributes correspond to interpolated spectral information. The data
set is partitioned into a training set and test set.
You can implement a decision tree model using the Python package scikit-learn, and
visualize the model using a suitable package, e.g., python-graphviz.
You should submit a report to summarize your work. The following tasks are to be performed:
(a) Construct multiple decision trees based on the default training set/test set partition
using different parameter settings. Compare the structures and classification
performances of these decision trees. (25%)
(b) Exchange the training and test set and repeat the tasks in (a).(25%)
image text in transcribed

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

Transact SQL Cookbook Help For Database Programmers

Authors: Ales Spetic, Jonathan Gennick

1st Edition

1565927567, 978-1565927568

More Books

Students also viewed these Databases questions

Question

1 About the primary phases of the business cycle.

Answered: 1 week ago