Coding a Decision Tree from Scratch in Python p.11: Regression from Scratch

Опубликовано: 10 Апрель 2026
на канале: Sebastian Mantey
4,567
43

In this part of the series we are going to adjust our decision tree algorithm so that we can also use it to do a regression task. And in this video, we are going to implement the actual changes in the code.

Links:
GitHub repo: https://github.com/SebastianMantey/De...
Corresponding blog post: https://www.sebastian-mantey.com/code...
"Decision Tree from Scratch" playlist:    • Coding a Decision Tree from Scratch in Pyt...