-This is just a skeleton version of a way in which
you could go about implementing a decision tree. 

-Look at decision_tree.py to see how I defined a node class and then
some methods to be called from the classifier object.

-Then look at the classifier object to see how those methods are being called.

-Then look at train_and_test.py to see how I initialize the tree.