/Decision-Tree

Bank Note Authentication using decision tree in python

Primary LanguageJupyter Notebook

Decision-Tree

Bank Note Authentication using decision tree in python

About Dataset

The dataset is comma seprated. It has features variance skewness curtosis entropy and label as class i.e. authentic or not.

About the model

The model is completely in scracth and not optimised yet... Optimisation can be done using certain libraries and using numpy arrays instead of lists