Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

scikit-fuzzy

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

scikit-fuzzy

Fuzzy logic toolkit for SciPy

  • 0.5.0
  • PyPI
  • Socket score

Maintainers
1

scikit-fuzzy

scikit-fuzzy is a fuzzy logic toolkit for SciPy.

The goals of scikit-fuzzy are:

  • To provide the community with a robust toolkit of independently developed and implemented fuzzy logic algorithms
  • To increase the attractiveness of scientific Python as a valid alternative to closed-source options.

Please cite DOI if you find scikit-fuzzy useful. A formal paper describing this package is in preparation.

Source

https://github.com/scikit-fuzzy/scikit-fuzzy

Documentation

The documentation of the library can be found here: https://scikit-fuzzy.github.io/scikit-fuzzy/

Online Discussion & Mailing List

Please join the discussion in our public chat room on Gitter.im Gitter

or view/post on the Google Groups mailing list http://groups.google.com/group/scikit-fuzzy

Installation

Scikit-Fuzzy depends on

  • Matplotlib >= 3.1
  • NumPy >= 1.6
  • SciPy >= 0.9
  • NetworkX >= 1.9

and is available on PyPi! The latest stable release can always be obtained and installed simply by running

$ pip install -U scikit-fuzzy

which will also work to upgrade existing installations to the latest release.

If you prefer to install from source or develop this package, you can fork and clone this repository then install SciKit-Fuzzy by running

$ pip install -e .

or develop locally by running

$ pip install -e ".[develop]"

If you prefer, you can use SciKit-Fuzzy without installing by simply exporting this path to your PYTHONPATH variable.

License

Please read LICENSE.txt in this directory.

IEEE Rounding for Matlab users

It should be noted that Matlab rounds incorrectly. The IEEE standard (which is how this package behaves) requires rounding to the nearest EVEN number if exactly between, e.g. 1.5 --> 2; 2.5 --> 2; 3.5 --> 4; 4.5 --> 4, etc. This minimizes systematic rounding error. Thus, if re-implementing algorithms from Matlab code, slight inconsistencies in rounded results are expected. These are not bugs, and will not be fixed.

FAQs


Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc