Machine Learning Fundamentals

decision tree

Decision Tree: A Machine Learning Algorithm

Decision tree is a non-parametric supervised machine learning algorithm which makes use of a tree like structure to make decisions. Decision tree algorithms can be used for both classification and regression though it is mostly meant for classification tasks. Decision trees consist of three types of nodes such as root node, leaf nodes and decision …

Decision Tree: A Machine Learning Algorithm Read More »