Skip to content

Commit

Permalink
image 1 wasn't correctly named
Browse files Browse the repository at this point in the history
  • Loading branch information
Lisa-Holling committed May 5, 2024
1 parent 96addab commit 2c8e1ab
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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.

<p align = "center">
<img src = "/images/decision-tree-iris.png" width="700">
<img src = "/images/decision_tree_iris.png" width="700">
<figcaption> Visualization of a decision tree, image by the author </figcaption>
</p>

Expand Down

0 comments on commit 2c8e1ab

Please sign in to comment.