Decision Tree classifier from scratch without any machine learning libraries
-
Updated
Dec 12, 2019 - Python
Decision Tree classifier from scratch without any machine learning libraries
Implementing decision tree using ID3 algorithm based on Information Gain and using post pruning for improving accuracy
Compilation of different ML algorithms implemented from scratch (and optimized extensively) for the courses COL774: Machine Learning (Spring 2020) & COL772: Natural Language Processing (Fall 2020)
The objective of this project is to understand and implement the most commonly used Tree-pruning methods, Pre-pruning and Post-pruning.
Used ANOVA to choose the best features and Decision Tree with Post-Pruning to Predict Mortality of Covid-19 Patients
Add a description, image, and links to the post-pruning topic page so that developers can more easily learn about it.
To associate your repository with the post-pruning topic, visit your repo's landing page and select "manage topics."