Notebook for classifying whether given tree is Western Yellow Pine or not on the basis of given ecological data.
The notebook uses tabular data containing various data about each tree like elevation, and type of soil using which the algorithm has to do binary classification. The notebook compares various Linear Machine Learning Algorithms like KNNs and then ensembles the best algorithm for the best result.