Metadata-Version: 2.1
Name: iguanas
Version: 0.1.2
Summary: Rule generation, optimisation, filtering and scoring library
Home-page: https://github.com/paypal/Iguanas
Author: James Laidler
License: UNKNOWN
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
Description-Content-Type: text/markdown
Provides-Extra: dev
Provides-Extra: spark
License-File: LICENSE

# What is Iguanas?

Iguanas is a fast, flexible and modular Python package for:

* Generating new rules using a labelled dataset.
* Optimising existing rules using a labelled or unlabelled dataset.
* Combining rule sets and removing/filtering those which are unnecessary.
* Generating rule scores based on their performance.

It aims to help streamline the process for developing a deployment-ready Rules-Based System (RBS) for **binary classification use cases**.



