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 2228b4929..2a3602b70 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 @@ -76,7 +76,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.
-
+