# Auracana XAI
Tree-based local explanations of machine learning model predictions.
Implementation of the pipeline described in <a href="https://arxiv.org/abs/2110.08272">Parimbelli et al., 2021</a>
## About The Project
Increasingly complex learning methods such as boosting, bagging and deep learning have made ML models more accurate, but harder to understand and interpret. A tradeoff between performance and intelligibility is often to be faced, especially in high-stakes applications like medicine. This project propose a novel methodological approach for generating explanations of the predictions of a generic ML model, given a specific instance for which the prediction has been made, that can tackle both classification and regression tasks. Advantages of the proposed XAI approach include improved fidelity to the original model, the ability to deal with non-linear decision boundaries, and native support to both classification and regression problems.
**Keywords**: *explainable AI, explanations, local explanation, fidelity, interpretability, transparency, trustworthy AI, black-box, machine learning, feature importance, decision tree, CART, AIM*.
### Paper
The araucanaxai package implements the pipeline described in <a href="https://arxiv.org/abs/2110.08272">*Tree-based local explanations of machine learning model predictions - Parimbelli et al., 2021*</a>.
Raw data
{
"_id": null,
"home_page": "https://github.com/detsutut/AraucanaXAI",
"name": "araucanaxai",
"maintainer": "",
"docs_url": null,
"requires_python": ">=3.6",
"maintainer_email": "",
"keywords": "xai,ai",
"author": "Tommaso Buonocore",
"author_email": "buonocore.tms@gmail.com",
"download_url": "https://files.pythonhosted.org/packages/14/39/201af9a2ee2e85e19bad7c89310dbbcea4cde5a07abe29cc9dd49261f856/araucanaxai-0.9.4.tar.gz",
"platform": null,
"description": "# Auracana XAI\n\nTree-based local explanations of machine learning model predictions.\nImplementation of the pipeline described in <a href=\"https://arxiv.org/abs/2110.08272\">Parimbelli et al., 2021</a>\n\n## About The Project\n\nIncreasingly complex learning methods such as boosting, bagging and deep learning have made ML models more accurate, but harder to understand and interpret. A tradeoff between performance and intelligibility is often to be faced, especially in high-stakes applications like medicine. This project propose a novel methodological approach for generating explanations of the predictions of a generic ML model, given a specific instance for which the prediction has been made, that can tackle both classification and regression tasks. Advantages of the proposed XAI approach include improved fidelity to the original model, the ability to deal with non-linear decision boundaries, and native support to both classification and regression problems.\n\n**Keywords**: *explainable AI, explanations, local explanation, fidelity, interpretability, transparency, trustworthy AI, black-box, machine learning, feature importance, decision tree, CART, AIM*.\n\n### Paper\nThe araucanaxai package implements the pipeline described in <a href=\"https://arxiv.org/abs/2110.08272\">*Tree-based local explanations of machine learning model predictions - Parimbelli et al., 2021*</a>.\n\n\n\n",
"bugtrack_url": null,
"license": "",
"summary": "A novel approach for generating explanations of the predictions of a generic ML model",
"version": "0.9.4",
"project_urls": {
"Bug Tracker": "https://github.com/detsutut/AraucanaXAI/issues",
"Homepage": "https://github.com/detsutut/AraucanaXAI"
},
"split_keywords": [
"xai",
"ai"
],
"urls": [
{
"comment_text": "",
"digests": {
"blake2b_256": "97f01e93eb029f9e9c3129c0f6f8d44e89c794437d2a3c64df7ee71c28bf5ef3",
"md5": "ce3c8289a40193c8a31d139db9a99a3b",
"sha256": "09454da958284aa61499b9a1fc1e941bb966d035e2fe52f37f97847bc38fe2e6"
},
"downloads": -1,
"filename": "araucanaxai-0.9.4-py3-none-any.whl",
"has_sig": false,
"md5_digest": "ce3c8289a40193c8a31d139db9a99a3b",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": ">=3.6",
"size": 7496,
"upload_time": "2023-06-21T08:21:40",
"upload_time_iso_8601": "2023-06-21T08:21:40.594826Z",
"url": "https://files.pythonhosted.org/packages/97/f0/1e93eb029f9e9c3129c0f6f8d44e89c794437d2a3c64df7ee71c28bf5ef3/araucanaxai-0.9.4-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "1439201af9a2ee2e85e19bad7c89310dbbcea4cde5a07abe29cc9dd49261f856",
"md5": "9987bb7f6f561c0cb2ffe9847a20bcbd",
"sha256": "d01f18954d7eb472c6d86195c0e9172ccdd0249f436482f7dc9eb7afd1fe8889"
},
"downloads": -1,
"filename": "araucanaxai-0.9.4.tar.gz",
"has_sig": false,
"md5_digest": "9987bb7f6f561c0cb2ffe9847a20bcbd",
"packagetype": "sdist",
"python_version": "source",
"requires_python": ">=3.6",
"size": 6745,
"upload_time": "2023-06-21T08:21:42",
"upload_time_iso_8601": "2023-06-21T08:21:42.485268Z",
"url": "https://files.pythonhosted.org/packages/14/39/201af9a2ee2e85e19bad7c89310dbbcea4cde5a07abe29cc9dd49261f856/araucanaxai-0.9.4.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2023-06-21 08:21:42",
"github": true,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"github_user": "detsutut",
"github_project": "AraucanaXAI",
"travis_ci": false,
"coveralls": false,
"github_actions": false,
"lcname": "araucanaxai"
}