/fuzzytree

Fuzzy Decision Tree implementation for Python

Primary LanguagePythonBSD 3-Clause "New" or "Revised" LicenseBSD-3-Clause

fuzzytree: fuzzy decision tree estimator

fuzzytree is a Python module implementing fuzzy (a.k.a. soft) decision trees. Its API is fully compatible with scikit-learn.

Refer to the documentation to find usage guide and some examples.

Requirements
  • scikit-learn >= 0.24.0
  • numpy >= 13.3.3