Skip to content

Commit

Permalink
Merge pull request #1180 from tilburgsciencehub/1127-article-supervis…
Browse files Browse the repository at this point in the history
…ed-machine-learning-101

1127 article supervised machine learning 101
  • Loading branch information
lachlandeer authored May 21, 2024
2 parents 2f94c48 + 497e826 commit 675d330
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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.

<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 675d330

Please sign in to comment.