eazyml-insight


Nameeazyml-insight JSON
Version 0.0.44 PyPI version JSON
download
home_pagehttps://eazyml.com/
Summaryeazyml-insight from EazyML family to discover patterns, generate insights, or mine rules from your datasets.
upload_time2025-02-23 17:05:26
maintainerNone
docs_urlNone
authorEazyML
requires_python>=3.7
licenseNone
keywords pattern-discovery rule-mining data-insights insight-generation augmented-intelligence data-analysis rule-discovery data-patterns machine-learning data-science ml-api training-data-analysis interpretable-ai
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            ## EazyML Responsible-AI: Augmented Intelligence
![Python](https://img.shields.io/badge/python-3.8%20%7C%203.9%20%7C%203.10%20%7C%203.11%20%7C%203.12-blue)  ![PyPI package](https://img.shields.io/badge/pypi%20package-0.0.42-brightgreen) ![Code Style](https://img.shields.io/badge/code%20style-black-black)

![EazyML](https://github.com/EazyML/eazyml-docs/raw/refs/heads/master/EazyML_logo.png)

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
### 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.
```python
from eazyml_augi import ez_init, ez_augi

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

# discover insights for given dataset using EazyML.
response = ez_augi(mode='classification',
            outcome='target',
            data='train.csv')

# 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](https://docs.eazyml.com)
- [Homepage](https://eazyml.com)
- If you have questions or would like to discuss a use case, please contact us [here](https://eazyml.com/trust-in-ai)
- Here are the other packages from EazyML suite:

    - [eazyml-automl](https://pypi.org/project/eazyml/): 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](https://pypi.org/project/eazyml-dq/): eazyml-data-quality provides APIs for comprehensive data quality assessment, including bias detection, outlier identification, and drift analysis for both data and models.
    - [eazyml-counterfactuals](https://pypi.org/project/eazyml-cf/): eazyml-counterfactuals provides APIs for optimal prescriptive analytics, counterfactual explanations, and actionable insights to optimize predictive outcomes to align with your objectives.
    - [eazyml-insight](https://pypi.org/project/eazyml-augi/): eazyml-insight provides APIs to discover patterns, generate insights, and mine rules from your datasets.
    - [eazyml-xai](https://pypi.org/project/eazyml-xai/): eazyml-xai provides APIs for explainable AI (XAI), offering human-readable explanations, feature importance, and predictive reasoning.
    - [eazyml-xai-image](https://pypi.org/project/eazyml-xai-image/): eazyml-xai-image provides APIs for image explainable AI (XAI).

## License
This project is licensed under the [Proprietary License](https://github.com/EazyML/eazyml-docs/blob/master/LICENSE).

---

Maintained by [EazyML](https://eazyml.com)  
© 2025 EazyML. All rights reserved.

            

Raw data

            {
    "_id": null,
    "home_page": "https://eazyml.com/",
    "name": "eazyml-insight",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.7",
    "maintainer_email": null,
    "keywords": "pattern-discovery, rule-mining, data-insights, insight-generation, augmented-intelligence, data-analysis, rule-discovery, data-patterns, machine-learning, data-science, ml-api, training-data-analysis, interpretable-ai",
    "author": "EazyML",
    "author_email": "admin@eazyml.com",
    "download_url": "https://files.pythonhosted.org/packages/ca/26/d70e70d0a93488da87865bf929280855202891d1a5cfe01289163ef2a0c5/eazyml_insight-0.0.44.tar.gz",
    "platform": null,
    "description": "## EazyML Responsible-AI: Augmented Intelligence\n![Python](https://img.shields.io/badge/python-3.8%20%7C%203.9%20%7C%203.10%20%7C%203.11%20%7C%203.12-blue)  ![PyPI package](https://img.shields.io/badge/pypi%20package-0.0.42-brightgreen) ![Code Style](https://img.shields.io/badge/code%20style-black-black)\n\n![EazyML](https://github.com/EazyML/eazyml-docs/raw/refs/heads/master/EazyML_logo.png)\n\nA 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.\n\n### Features\n**Pattern Mining**: Discover meaningful rules from the  datasets.\n**Insight Generation**: Generate high-value insights with associated trust scores.\n**Application of Rules**: Apply discovered patterns to datasets for further analysis.\n\nIdeal for use cases like interpretability, training data analysis, and building solutions with augmented intelligence.\n\n## Installation\n### User installation\nThe easiest way to install this package for augmented intelligence is using pip:bash\npip install -U eazyml-insight### Dependencies\nThis package requires:\nwerkzeug,\nunidecode,\npandas,\nscikit-learn,\nnltk,\npyyaml,\nrequests\n\n## Usage\nHere's an example of how you can use the APIs from this package.\n```python\nfrom eazyml_augi import ez_init, ez_augi\n\n# initialize: setup book-keeping, access_key if required \n_ = ez_init()\n\n# discover insights for given dataset using EazyML.\nresponse = ez_augi(mode='classification',\n            outcome='target',\n            data='train.csv')\n\n# 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).\n```\n\n## Useful links, other packages from EazyML family\n- [Documentation](https://docs.eazyml.com)\n- [Homepage](https://eazyml.com)\n- If you have questions or would like to discuss a use case, please contact us [here](https://eazyml.com/trust-in-ai)\n- Here are the other packages from EazyML suite:\n\n    - [eazyml-automl](https://pypi.org/project/eazyml/): 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.\n    - [eazyml-data-quality](https://pypi.org/project/eazyml-dq/): eazyml-data-quality provides APIs for comprehensive data quality assessment, including bias detection, outlier identification, and drift analysis for both data and models.\n    - [eazyml-counterfactuals](https://pypi.org/project/eazyml-cf/): eazyml-counterfactuals provides APIs for optimal prescriptive analytics, counterfactual explanations, and actionable insights to optimize predictive outcomes to align with your objectives.\n    - [eazyml-insight](https://pypi.org/project/eazyml-augi/): eazyml-insight provides APIs to discover patterns, generate insights, and mine rules from your datasets.\n    - [eazyml-xai](https://pypi.org/project/eazyml-xai/): eazyml-xai provides APIs for explainable AI (XAI), offering human-readable explanations, feature importance, and predictive reasoning.\n    - [eazyml-xai-image](https://pypi.org/project/eazyml-xai-image/): eazyml-xai-image provides APIs for image explainable AI (XAI).\n\n## License\nThis project is licensed under the [Proprietary License](https://github.com/EazyML/eazyml-docs/blob/master/LICENSE).\n\n---\n\nMaintained by [EazyML](https://eazyml.com)  \n\u00a9 2025 EazyML. All rights reserved.\n",
    "bugtrack_url": null,
    "license": null,
    "summary": "eazyml-insight from EazyML family to discover patterns, generate insights, or mine rules from your datasets.",
    "version": "0.0.44",
    "project_urls": {
        "Contact Us": "https://eazyml.com/trust-in-ai",
        "Documentation": "https://docs.eazyml.com/",
        "Homepage": "https://eazyml.com/",
        "eazyml-automl": "https://pypi.org/project/eazyml-automl/",
        "eazyml-counterfactuals": "https://pypi.org/project/eazyml-counterfactuals/",
        "eazyml-data-quality": "https://pypi.org/project/eazyml-data-quality/",
        "eazyml-insight": "https://pypi.org/project/eazyml-insight/",
        "eazyml-xai": "https://pypi.org/project/eazyml-xai/",
        "eazyml-xai-image": "https://pypi.org/project/eazyml-xai-image/"
    },
    "split_keywords": [
        "pattern-discovery",
        " rule-mining",
        " data-insights",
        " insight-generation",
        " augmented-intelligence",
        " data-analysis",
        " rule-discovery",
        " data-patterns",
        " machine-learning",
        " data-science",
        " ml-api",
        " training-data-analysis",
        " interpretable-ai"
    ],
    "urls": [
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "1b6241367efc5d8d45be0f1b10b12dfbfabf5723ac0668c1814ba40dacbbdc08",
                "md5": "a417709f62d6581e6b1ef959e37c3478",
                "sha256": "51c05775eb76ed0079560405557fc97ff9083d2ffb72c9e698c63f99fb82be92"
            },
            "downloads": -1,
            "filename": "eazyml_insight-0.0.44-py2.py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "a417709f62d6581e6b1ef959e37c3478",
            "packagetype": "bdist_wheel",
            "python_version": "py2.py3",
            "requires_python": ">=3.7",
            "size": 7083368,
            "upload_time": "2025-02-23T17:05:14",
            "upload_time_iso_8601": "2025-02-23T17:05:14.322468Z",
            "url": "https://files.pythonhosted.org/packages/1b/62/41367efc5d8d45be0f1b10b12dfbfabf5723ac0668c1814ba40dacbbdc08/eazyml_insight-0.0.44-py2.py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "ca26d70e70d0a93488da87865bf929280855202891d1a5cfe01289163ef2a0c5",
                "md5": "fd72dd14d35a4b3e132a8e091bf769c0",
                "sha256": "523fa861b0937bcab6f344dd3631ea5226b6d5e90c4e1c451aec1773e28a6fbc"
            },
            "downloads": -1,
            "filename": "eazyml_insight-0.0.44.tar.gz",
            "has_sig": false,
            "md5_digest": "fd72dd14d35a4b3e132a8e091bf769c0",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.7",
            "size": 6925542,
            "upload_time": "2025-02-23T17:05:26",
            "upload_time_iso_8601": "2025-02-23T17:05:26.606885Z",
            "url": "https://files.pythonhosted.org/packages/ca/26/d70e70d0a93488da87865bf929280855202891d1a5cfe01289163ef2a0c5/eazyml_insight-0.0.44.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2025-02-23 17:05:26",
    "github": false,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "lcname": "eazyml-insight"
}
        
Elapsed time: 1.35447s