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
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
-
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
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
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
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
da3feb916780b3b8578cb20b34af97c958d320828456bd220037b9ac81498a51
|
|
| MD5 |
8a12ec4112e2fd3346630c4db5ac7c21
|
|
| BLAKE2b-256 |
a5c707da6b56eebd9a2935698ed33c0ff7680212fc5da39e78e27bd9712f22bb
|
File details
Details for the file eazyml_automl-0.0.57-py2.py3-none-any.whl.
File metadata
- Download URL: eazyml_automl-0.0.57-py2.py3-none-any.whl
- Upload date:
- Size: 91.3 MB
- Tags: Python 2, Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.12.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
c3796eb3b435e6b17cd64481e084f21c5ffc74dc1b552222398f40dde88aa218
|
|
| MD5 |
aa836df1b989c63360ea5baca6d2955e
|
|
| BLAKE2b-256 |
9d65c5655ffe701ab875967d62905274075945181ee9e5c786b668f990f19209
|