Implementing Decision Tree algorithm using Python (without Numpy and Sklearn libraries)
Run the following command on the prompt: python DTAlgo_Example.py 2 4 training_set.csv validation_set.csv test_set.csv yes -where 2 and 4 are values for L and K -yes/no is to print the tree or not