Bank Note Authentication using decision tree in python
The dataset is comma seprated. It has features variance skewness curtosis entropy and label as class i.e. authentic or not.
The model is completely in scracth and not optimised yet... Optimisation can be done using certain libraries and using numpy arrays instead of lists