Decision Tree in Python Part 1/2 - ML From Scratch 08
Part 1 will cover the theory of Decision Trees.
In this Machine Learning from Scratch Tutorial, we are going to implement a Decision Tree algorithm using only built-in Python modules and numpy. We will also learn about the concept and the math behind this popular ML algorithm.
Part 1 will cover the theory, and Part 2 contains the implementation.
All algorithms from this course can be found on GitHub together with example tests.
FREE VS Code / PyCharm Extensions I Use
✅ Write cleaner code with Sourcery, instant refactoring suggestions: Link*
Python Problem-Solving Bootcamp
🚀 Solve 42 programming puzzles over the course of 21 days: Link*