Task _3 Prediction Using Decision Tree algortihm

preview_player
Показать описание
# Task3

### **Jyothi Panuganti**

## Problem Statement:
1. For the given ‘Iris’ data set, create the Decision Tree classifier and visualize it graphically.

2. The purpose is if we feed any new data to this classifier,it would be able to predict the right class accordingly.

## Decision Tree Algorithm
- Decision Tree is a Supervised learning technique that can be used for both classification and Regression problems, but mostly it is preferred for solving Classification problems.

- It is a tree-structured classifier, where internal nodes represent the features of a data set, branches represent the decision rules and each leaf node represents the outcome.
Рекомендации по теме
visit shbcf.ru