Skip to main content

EazyML provides a suite of APIs for training, testing and optimizing machine learning models with built-in AutoML capabilities, hyperparameter tuning, and cross-validation.

Project description

EazyML Modeling

Python PyPI package Code Style

EazyML

EazyML is a comprehensive Python package designed to simplify machine learning workflows for data scientists, engineers, and developers. With AutoML capabilities, eazyml enables automated feature selection, model training, hyperparameter optimization, and cross-validation, all with minimal code. The package trains multiple models in the background, ranks them by performance metrics, and recommends the best model for your use case.

Features

  • Global Feature Importance: Get insights into the most impactful features in your dataset.
  • Confidence Scoring: Enhance predictive reliability with confidence scores.

EazyML is perfect for users looking to streamline the development of robust and efficient machine learning models.

Installation

User installation

The easiest way to install eazyml modeling is using pip:

pip install -U eazyml

Dependencies

Eazyml Augmented Intelligence requires :

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

Usage

Initialize and build a predictive model based on the provided dataset and options. Perform prediction on the given test data based on model options.

from eazyml_augi import ez_init, ez_augi

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

ez_build_model(
            df='train_dataframe'
            options={
                "model_type": "predictive",
                "accelerate": "yes",
                "outcome": "target",
                "remove_dependent": "no",
                "derive_numeric": "yes",
                "derive_text": "no",
                "phrases": {"*": []},
                "text_types": {"*": ["sentiments"]},
                "expressions": []
            }
    )
ez_predict(
            test_data ='test_dataframe'
            options={
                "extra_info": {
                },
                "model": "Specified model to be used for prediction",
                "outcome": "target",
            }
    )

You can find more information in the documentation.

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_automl-0.0.57.tar.gz (89.7 MB view details)

Uploaded Source

Built Distribution

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

eazyml_automl-0.0.57-py2.py3-none-any.whl (91.3 MB view details)

Uploaded Python 2Python 3

File details

Details for the file eazyml_automl-0.0.57.tar.gz.

File metadata

  • Download URL: eazyml_automl-0.0.57.tar.gz
  • Upload date:
  • Size: 89.7 MB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/5.1.1 CPython/3.12.7

File hashes

Hashes for eazyml_automl-0.0.57.tar.gz
Algorithm Hash digest
SHA256 da3feb916780b3b8578cb20b34af97c958d320828456bd220037b9ac81498a51
MD5 8a12ec4112e2fd3346630c4db5ac7c21
BLAKE2b-256 a5c707da6b56eebd9a2935698ed33c0ff7680212fc5da39e78e27bd9712f22bb

See more details on using hashes here.

File details

Details for the file eazyml_automl-0.0.57-py2.py3-none-any.whl.

File metadata

File hashes

Hashes for eazyml_automl-0.0.57-py2.py3-none-any.whl
Algorithm Hash digest
SHA256 c3796eb3b435e6b17cd64481e084f21c5ffc74dc1b552222398f40dde88aa218
MD5 aa836df1b989c63360ea5baca6d2955e
BLAKE2b-256 9d65c5655ffe701ab875967d62905274075945181ee9e5c786b668f990f19209

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