Skip to content

balins/fuzzytree

Repository files navigation

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