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
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.