Skip to main content

eazyml-insight from EazyML family to discover patterns, generate insights, or mine rules from your datasets.

Project description

EazyML Responsible-AI: Augmented Intelligence

Python PyPI package Code Style

EazyML

A collection of APIs from EazyML family to discover patterns, generate insights, or mine rules from your datasets. Each discovered pattern is expressed as a set of conditions on feature variables - each with a trust-score to reflect confidence in the insight, allowing you to analyze and apply these insights to your data. Ideal for pattern recognition, interpretable AI, and augmented intelligence workflows.

Features

Pattern Mining: Discover meaningful rules from the datasets. Insight Generation: Generate high-value insights with associated trust scores. Application of Rules: Apply discovered patterns to datasets for further analysis.

Ideal for use cases like interpretability, training data analysis, and building solutions with augmented intelligence.

Installation

To use the augmented intelligence, ensure you have Python installed on your system.

User installation

The easiest way to install this package for augmented intelligence is using pip:bash

pip install -U eazyml-insight

Dependencies

This package requires:

  • werkzeug,
  • unidecode,
  • pandas,
  • scikit-learn,
  • nltk,
  • pyyaml,
  • requests

Usage

Here's an example of how you can use the APIs from this package.

from eazyml_insight import ez_init, ez_insight, ez_validate

# initialize: setup book-keeping, access_key if required 
_ = ez_init()

# discover insights for given dataset using EazyML.
response = ez_insight(
                train_data(`DataFrame/str`) = 'train_dataframe/train_data_path',
                outcome(`str`) = 'target',
                options(`dict`) = {}
        )

# validate insights on given test dataset using EazyML.
response = ez_validate(
                train_data(`DataFrame/str`) = 'train_dataframe/train_data_path',
                outcome(`str`) = 'target',
                insights(`dict`) = 'insights from ez_insight response',
                test_data(`DataFrame/str`) = 'test_dataframe/test_data_path',
                options(`dict`) = {
                    "record_number"(`list of integer`): "Specify the record number of insights in the list from ez_insight for which you want to get the filtered dataset"
            }
        )
# the response object contains insights/patterns that you can explore to integrate in your augmented intelligence workflows.You can find more information in the [documentation](https://eazyml.readthedocs.io/en/latest/packages/eazyml_augi.html).

Useful links, other packages from EazyML family

  • Documentation

  • Homepage

  • If you have questions or would like to discuss a use case, please contact us here

  • Here are the other packages from EazyML suite:

    • eazyml-automl: eazyml-automl provides a suite of APIs for training, optimizing and validating machine learning models with built-in AutoML capabilities, hyperparameter tuning, and cross-validation.
    • eazyml-data-quality: eazyml-data-quality provides APIs for comprehensive data quality assessment, including bias detection, outlier identification, and drift analysis for both data and models.
    • eazyml-counterfactual: eazyml-counterfactual provides APIs for optimal prescriptive analytics, counterfactual explanations, and actionable insights to optimize predictive outcomes to align with your objectives.
    • eazyml-insight: eazyml-insight provides APIs to discover patterns, generate insights, and mine rules from your datasets.
    • eazyml-xai: eazyml-xai provides APIs for explainable AI (XAI), offering human-readable explanations, feature importance, and predictive reasoning.
    • eazyml-xai-image: eazyml-xai-image provides APIs for image explainable AI (XAI).

License

This project is licensed under the Proprietary License.


Maintained by EazyML
© 2025 EazyML. All rights reserved.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

eazyml_insight-0.0.49.tar.gz (29.1 MB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

eazyml_insight-0.0.49-py2.py3-none-any.whl (29.7 MB view details)

Uploaded Python 2Python 3

File details

Details for the file eazyml_insight-0.0.49.tar.gz.

File metadata

  • Download URL: eazyml_insight-0.0.49.tar.gz
  • Upload date:
  • Size: 29.1 MB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/5.1.1 CPython/3.10.12

File hashes

Hashes for eazyml_insight-0.0.49.tar.gz
Algorithm Hash digest
SHA256 f18819c6ebea34d7689311f9d0e56d1687e89ddd8321823d90bb8b40640423bc
MD5 c11c0f2f255842db73543a255ae1c75d
BLAKE2b-256 2a90f5399b1afa79b4b89784a52d6a33a4050cb9737bd7c3ed48b6ed50974a54

See more details on using hashes here.

File details

Details for the file eazyml_insight-0.0.49-py2.py3-none-any.whl.

File metadata

File hashes

Hashes for eazyml_insight-0.0.49-py2.py3-none-any.whl
Algorithm Hash digest
SHA256 9317ff61ee947af842a8263c5c4763202c3dcaf015dcd7c62b122016c2a6e8a2
MD5 b6c724aaf62d6f77b8fbc2e034a6bb90
BLAKE2b-256 a7873c4914b542cdc739c2a8b53520090b6d3584b54ac542b2f9473ccea020c0

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page