https://github.com/rmodi6/linear-discriminant-trees
Linear Discriminant Decision Tree classifier implemented in Python
https://github.com/rmodi6/linear-discriminant-trees
decision-tree-classifier linear-discriminant-analysis linear-discriminant-trees machine-learning python3
Last synced: over 1 year ago
JSON representation
Linear Discriminant Decision Tree classifier implemented in Python
- Host: GitHub
- URL: https://github.com/rmodi6/linear-discriminant-trees
- Owner: rmodi6
- License: gpl-3.0
- Created: 2020-05-16T20:44:25.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2020-05-18T03:46:25.000Z (about 6 years ago)
- Last Synced: 2025-01-11T08:08:58.351Z (over 1 year ago)
- Topics: decision-tree-classifier, linear-discriminant-analysis, linear-discriminant-trees, machine-learning, python3
- Language: Python
- Homepage:
- Size: 47.9 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Linear Discriminant Trees
Linear Discriminant Tree classifier implemented in Python based on this
[paper](https://www.researchgate.net/publication/221345834_Linear_Discriminant_Trees) by
Olcay Taner Yildiz and Ethem Alpaydin published in the International Journal of Pattern Recognition and
Artificial Intelligence.
### Usage
Install the required libraries
```bash
pip install -r requirements.txt
```
Run the classifier
```bash
python3 linear_discriminant_trees.py
```