Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/balins/fuzzytree

A Fuzzy Decision Tree implementation for Python.
https://github.com/balins/fuzzytree

classification decision-trees fuzzy-logic machine-learning scikit-learn

Last synced: 2 months ago
JSON representation

A Fuzzy Decision Tree implementation for Python.

Awesome Lists containing this project

README

        

.. -*- mode: rst -*-

fuzzytree: fuzzy decision tree estimator
========================================

.. _scikit-learn: https://scikit-learn.org
.. _documentation: https://balins.github.io/fuzzytree

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