Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/balins/fuzzytree
- Owner: balins
- License: bsd-3-clause
- Created: 2021-05-26T08:07:21.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2024-08-28T11:27:43.000Z (5 months ago)
- Last Synced: 2024-11-01T03:32:57.020Z (3 months ago)
- Topics: classification, decision-trees, fuzzy-logic, machine-learning, scikit-learn
- Language: Python
- Homepage: https://pypi.org/project/fuzzytree
- Size: 12.1 MB
- Stars: 16
- Watchers: 2
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README.rst
- License: LICENSE
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