Python ID3 Algorithm Calculator

A website to provide step-by-step calculation of the ID3 (Iterative Dichotomiser 3) algorithm for decision tree learning. The algorithm uses entropy and information gain as metrics to build a decision tree from a dataset.

Technologies Used

Node.jsPythonJupyterPandas and Numpy

Key Features

  • Real-time processing of tabular data
  • Uses the ID3 algorithm for entropy calculation
  • Explains decision tree building step-by-step
  • Mobile-responsive design
Back to Portfolio