$\color{black}\rule{365px}{3px}$
https://ds100.org/course-notes-su23/decision_tree/decision_tree.html
$\color{black}\rule{365px}{3px}$
<aside> <img src="/icons/warning_red.svg" alt="/icons/warning_red.svg" width="40px" />
Model is highly dependent on the dataset it is trained on!
</aside>

You can see the model is highly overfit to two different sampling (i.e. High model variance). Since model’s prediction varies a lot on different datasets.
As we’ve seen earlier, a fully-grown decision tree will almost always overfit the data. It has low model bias, but high model variance. In other words, small changes in the dataset will result in very a different decision tree. As an example, the two models below are trained on different subsets of the same data. We can see they come out very differently.
$\color{black}\rule{365px}{3px}$