Skip to content

Latest commit

 

History

History
16 lines (11 loc) · 466 Bytes

README.rst

File metadata and controls

16 lines (11 loc) · 466 Bytes

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