Decision Tree and K-Nearest-Neighbors (KNN)
摘要
Decision treeDecision tree is a typical “divide-and-conquer” approach. It uses a tree-like graph or model to partition the feature space, also called the search space.