Skip to content

Latest commit

 

History

History
31 lines (23 loc) · 663 Bytes

README.md

File metadata and controls

31 lines (23 loc) · 663 Bytes

Overview

This project implements a basic Decision Tree classifier. It is designed to perform classification tasks on datasets with labeled features.

Features

  • 📄 Tree-Visualization: Decision Tree will be stored as PDF file
  • 📊 Metrics: Accuracy, Precision, F1-Score and Recall
  • 🧮 Matrices: Confusion Matrix and Multilabel Matrices

Usage

python3 dtc_cli.py dataset_name.csv

Dependencies

  • Python 3.x
  • NumPy
  • Pandas
  • Graphviz
  • Scikit-learn

Installation

To install the required dependencies, run:

pip install -r requirements.txt

License

This project is licensed under the MIT License.