Skip to content

Latest commit

 

History

3 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 

Repository files navigation

Decision Tree Classifier Practical Implementation

This project demonstrates the implementation of a Decision Tree Classifier using the Iris dataset from Scikit-learn.

Project Overview

In this project, I practiced:

  • Decision Tree Classification
  • Train-Test Split
  • Model Training
  • Accuracy Evaluation
  • Confusion Matrix
  • Classification Report
  • Decision Tree Visualization
  • Pre-pruning
  • Hyperparameter Tuning using GridSearchCV

Dataset Used

  • Iris Dataset from Scikit-learn
  • Total samples: 150
  • Features:
    • Sepal Length
    • Sepal Width
    • Petal Length
    • Petal Width

Target Classes:

  • Setosa
  • Versicolor
  • Virginica

Libraries Used

  • pandas
  • numpy
  • matplotlib
  • scikit-learn

Model Used

DecisionTreeClassifier()

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages