diff --git a/content/topics/Analyze/machine-learning/ml-intro/supervised-learning-101.md b/content/topics/Analyze/machine-learning/ml-intro/supervised-learning-101.md index ff5dc9a65..9c8a38cc0 100644 --- a/content/topics/Analyze/machine-learning/ml-intro/supervised-learning-101.md +++ b/content/topics/Analyze/machine-learning/ml-intro/supervised-learning-101.md @@ -77,7 +77,7 @@ It builds a tree where each so-called "node" splits the data based on a simple d The deeper the tree, the more complex these decision rules get. Below is an example of a decision tree that classifies flowers in one of three species with four input features.

- +

Visualization of a decision tree, image by the author