Skip to main content

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:

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.

Imports

from eazyml_insight import ez_init, ez_insight, ez_validate

Initialize and Read Data

# Initialize the EazyML automl library.
_ = ez_init()

# Define training data (Replace with the correct data path).
train_data_path = "path_to_your_training_data.csv"

Fetch Insights

# Define the outcome (target variable)
outcome = "target"  # Replace with your target variable name

# Customize options for fetching insights
insight_options = {"data_source": "parquet"}

# Call the EazyML API to fetch the insights
insight_response = ez_insight(train_data_path, outcome, options=insight_options)

# insight_response is a dictionary object with following keys.
# print(insight_response.keys())
# dict_keys(['success', 'message', 'insights'])

# the insight_response object contains insights/patterns that you can explore to integrate in your augmented intelligence workflows.

Use Insights to Validate

# Define test data.
test_data_path = "path_to_your_test_data.csv"

# Define the insights (response from ez_insight)
insights = insight_response['insights']

# Choose the record_number for validation. The default value is 1 if no value is provided.
validate_options = {"record_number": [1, 2, 3]}

# Call the EazyML function to validate
validate_response = ez_validate(train_data_path, outcome, insights, test_data_path, options=validate_options)

# validate response is a dictionary object with following keys.
# print(validate_response.keys())
# dict_keys(['success', 'message', 'validations', 'validation_filter'])

# the validate_response object contains validation metrics on the insights provided by ez_insight, along with the filtered data from the test data for the given record number in the insights.

You can find more information in the documentation.

  • 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.

Release files for eazyml-insight 0.0.64

For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.

Source distribution (sdist)

Source distribution for eazyml-insight 0.0.64
File Size Uploaded
eazyml_insight-0.0.64.tar.gz 36.6 MB Details

Built distribution (wheel)

Table of built distributions (wheels) for eazyml-insight 0.0.64
File Interpreter ABI Platform
eazyml_insight-0.0.64-py2.py3-none-any.whl Python 3, Python 2 none any Details

Total release size: 73.9 MB

Release files / eazyml_insight-0.0.64.tar.gz

Download URL eazyml_insight-0.0.64.tar.gz
Size 36.6 MB
Tags Source
SHA-256 checksum
How to use checksums
8bcf27155977ff9343ce244765057859e005fb840a7fb285332e94282005018e
BLAKE2b-256 checksum
How to use checksums
066af506078778ad43a83ccdbc6738f7e201e5951b51933571b00b699672ddbb
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/7.0.0 CPython/3.12.14

Release files / eazyml_insight-0.0.64-py2.py3-none-any.whl

Download URL eazyml_insight-0.0.64-py2.py3-none-any.whl
Size 37.3 MB
Tags Python 2 Python 3
SHA-256 checksum
How to use checksums
862ccdcd239b31ed0c1503c4c7cd06b8ab9dfb830e9e4846d09f7f295af1e144
BLAKE2b-256 checksum
How to use checksums
e0ffa116bfc115b24b581a3783ef0de0a4dd78ad421cf89cf090b46df4bbb7e0
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/7.0.0 CPython/3.12.14

Release history Release notifications | RSS feed

This release

0.0.64 This release

2 release files

0.0.63

2 release files

0.0.61

2 release files

0.0.59

1 release file

0.0.58

2 release files

0.0.51

1 release file

0.0.49

2 release files

0.0.48

2 release files

Anthropic, PBC Visionary sponsor Bloomberg Visionary sponsor Hudson River Trading Visionary sponsor Meta Visionary sponsor NVIDIA Visionary sponsor Microsoft Sustainability sponsor Depot Continuous Integration AWS Cloud computing and Security Sponsor Datadog Monitoring Fastly CDN Google Download Analytics Sentry Error logging StatusPage Status page