fuzzytree

A scikit-learn compatible implementation of fuzzy decision tree estimator.


Keywords
machine-learning, scikit-learn, classification, decision-trees, fuzzy-logic
License
BSD-3-Clause
Install
pip install fuzzytree==0.1.3

Documentation

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