Evaluation Toolkit for Machine Learning Models
Project description
Decima2 AI Evaluation Toolkit
Introduction
Welcome to the Decima2 AI Evaluation Toolkit — a comprehensive suite of tools designed to empower developers with the insights needed to effectively evaluate and enhance machine learning models. Our toolkit focuses on making complex concepts in machine learning intuitive and accessible, allowing users to derive meaningful insights without the steep learning curve often associated with advanced analytics.
Table of Contents
Installation
You can install the package using pip:
pip install decima2
Model Tools
Gain insights into how your models make predictions with clear, interpretable visualizations and explanations, making it easier to communicate results.
Model Feature Importance
For Tabular Data
This tool allows users to examine which features were most important for their model's perfomance. Given a numerical dataset and pre-trained model, the model_feature_importance module returns either a textual or graphical representation of which features were most important.
Instructions
For detailed usage instructions and to explore how the module works check out our Developer Docs
Tutorial
To explore tutorials on model feature importance including motivations and comparisons with SHAP check out our Jupyter Notebooks
Grouped Feature Importance
For Tabular Data
from decima2 import grouped_feature_importance
This tool builds on model_feature_importance to give users an insight into which features were most influential for their model over a select group of data. For example, a user may want to compare the most important feature across men and women in their data, or people with an income over 65k and under 65k.
Instructions
For detailed usage instructions and to explore how the module works check out our Developer Docs
Tutorial
To explore tutorials on grouped feature importance including motivation and use-cases check out our Jupyter Notebooks
Data Tools
Coming Soon
These tools help you evaluate your data
Outcome Tools
These tools help you to evaluate the outcomes of your model
Individual NLP Explanation
Understand which terms were most impactful in driving the similarity between two embedded texts
from decima2 import individual_nlp_explanation
This tool allows users to explore which terms were most influential in driving similarity score between the two texts in embedded space as determined by the user specified model.
Instructions
For detailed usage instructions and to explore how the module works check out our Developer Docs
Tutorial
To explore tutorials on individual nlp explanation and use-cases check out our Jupyter Notebooks
License
This project is licensed under the MIT License. See the LICENSE file for details.
Contributing
Contributions are welcome! Please create a pull request or open an issue for any improvements, bugs, or feature requests.
Contact
For inquiries, please reach out to torty.sivill@decima2.co.uk
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
Built Distribution
File details
Details for the file decima2-0.3.2.tar.gz
.
File metadata
- Download URL: decima2-0.3.2.tar.gz
- Upload date:
- Size: 36.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.12.7
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | e7d6c659c141124aec911015099a7e0de6d798394dd15c4d2c23412c38238578 |
|
MD5 | 3dbbdf394d3b8b9610f12610d3fa7fd4 |
|
BLAKE2b-256 | 6a49a9a3c662f5b52eb45eb10d4796adfcad9e9b639258aa36d075dbbd725751 |
File details
Details for the file decima2-0.3.2-py3-none-any.whl
.
File metadata
- Download URL: decima2-0.3.2-py3-none-any.whl
- Upload date:
- Size: 40.7 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.12.7
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 115fdf6dc26bed233efe3255fc7511de79e6002552a05cb0dd08b59cc03f1634 |
|
MD5 | 39783f8bdcd968ef43de2da24732685b |
|
BLAKE2b-256 | 6c8df01cc3c020870051167d58e77776f84e901774e88d7d454dbcb28feb8f3e |