Are you an EPFL student looking for a semester project?
Work with us on data science and visualisation projects, and deploy your project as an app on top of Graph Search.
This lecture covers the process of building a decision tree to classify mushrooms as poisonous or not based on given data. It includes determining entropy, selecting the root attribute, calculating information gain, and classifying new mushrooms. The lecture also discusses the greedy character of maximizing information gain and decision tree pruning techniques.