/decision-tree

decision tree implementation from scratch

Primary LanguagePythonMIT LicenseMIT

Decision tree implementation from scratch

About

This is implementation of decision tree with NumPy.

Test environment

  • Python v3.6.5
  • NumPy v1.15.1
  • Scikit-Learn v0.19.1