aryaxai


Namearyaxai JSON
Version 0.0.59 PyPI version JSON
download
home_pagehttps://xai.arya.ai/docs/introduction
SummaryFull stack ML Observability with AryaXAI
upload_time2023-12-12 06:14:14
maintainer
docs_urlNone
author
requires_python>=3.0
licenseMIT
keywords aryaxai ml observability
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            ## AryaXAI: ML Observability for mission-critical ‘AI’

AryaXAI is a full-stack ML Observability platform that integrates with your MLOPs platform to Explain, Monitor, Audit and Improve your ML models.

AryaXAI has multiple components to address the complex observability required for mission-critical ‘AI’. 

1. **ML Explainability:** AryaXAI offers diverse explainability options like- Bactrace(Specialized for deep learning models), SHAPE, Decision View, Observations (New way to correlate expert functioning vs model functioning) and Similar Cases (reference as explanations).
2. **ML Monitoring:** Monitor your models for drifts, performance & bias. The tool offers diverse options for drift (data/model) like - PSI, KL Divergence, Chi-square test, 
3. **Synthetic ‘AI’:** Deploy advanced synthetic ‘AI’ techniques like GPT-2 & GANs on your tabular data to generate high-quality synthetic datasets. Test the quality and privacy of these data sets using our Anonymity tests, column tests etc. 
4. **ML Risk policies:** Define advanced risk policies on your models. 
5. **AutoML:** AryaXAI also provides fully low-code and no-code options to build ML models on your data. For advanced users, it also provides more options to fine-tune it. 

AryaXAI also acts as a common workflow and provides insights acceptable by all stakeholders - Data Science, IT, Risk, Operations and compliance teams, making the rollout and maintenance of AI/ML models seamless and clutter-free.

### Quickstart:
Get started with AryaXAI with a few easy steps:

1. Sign up and log in to your new AryaXAI account.
2. After logging in, generate an Access Token for your user account.
3. Set the environment variable **XAI_ACCESS_TOKEN** with the generated value. 

Once you've completed these steps, you're all set! Now, you can easily log in and start using the AryaXAI SDK:

1. Log in by importing the "xai" object instance from the "arya_xai" package.
2. Call the "login" method. This method automatically takes the access token value from the "XAI_ACCESS_TOKEN" environment variable and stores the JWT in the object instance. This means that all your future SDK operations will be authorized automatically, making it simple and hassle-free!


```
from aryaxai import xai as aryaxai

## login() function authenticates user using token that can be generated in app.aryaxai.com/sdk


aryaxai.login()


Enter your Arya XAI Access Token: ··········
Authenticated successfully.
```

### Cookbook: 
In this section, you can review the examples of implementation of AryaXAI-SDK. 

1. [Full features overview of AryaXAI](https://colab.research.google.com/drive/1Dy5eL-FJVnFV0K5yOfGGVoAmiS_Icaz3?usp=sharing)
2. Using AryaXAI in Loan Underwriting (Coming Soon)

### Contribution guidelines:
At AryaXAI, we're passionate about open source and value community contributions! Explore our contribution guide for insights into the development workflow and AryaXAI library internals. For bug reports or feature requests, head to GitHub Issues or reach out to us at [support@aryaxai.com](support@aryaxai.com).

            

Raw data

            {
    "_id": null,
    "home_page": "https://xai.arya.ai/docs/introduction",
    "name": "aryaxai",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">=3.0",
    "maintainer_email": "",
    "keywords": "aryaxai,ML observability",
    "author": "",
    "author_email": "",
    "download_url": "https://files.pythonhosted.org/packages/f6/b1/3dc03587edadbe0db57ffad6a4e741d8de8bc982864410f9bde655edf2f3/aryaxai-0.0.59.tar.gz",
    "platform": null,
    "description": "## AryaXAI: ML Observability for mission-critical \u2018AI\u2019\n\nAryaXAI is a full-stack ML Observability platform that integrates with your MLOPs platform to Explain, Monitor, Audit and Improve your ML models.\n\nAryaXAI has multiple components to address the complex observability required for mission-critical \u2018AI\u2019. \n\n1. **ML Explainability:** AryaXAI offers diverse explainability options like- Bactrace(Specialized for deep learning models), SHAPE, Decision View, Observations (New way to correlate expert functioning vs model functioning) and Similar Cases (reference as explanations).\n2. **ML Monitoring:** Monitor your models for drifts, performance & bias. The tool offers diverse options for drift (data/model) like - PSI, KL Divergence, Chi-square test, \n3. **Synthetic \u2018AI\u2019:** Deploy advanced synthetic \u2018AI\u2019 techniques like GPT-2 & GANs on your tabular data to generate high-quality synthetic datasets. Test the quality and privacy of these data sets using our Anonymity tests, column tests etc. \n4. **ML Risk policies:** Define advanced risk policies on your models. \n5. **AutoML:** AryaXAI also provides fully low-code and no-code options to build ML models on your data. For advanced users, it also provides more options to fine-tune it. \n\nAryaXAI also acts as a common workflow and provides insights acceptable by all stakeholders - Data Science, IT, Risk, Operations and compliance teams, making the rollout and maintenance of AI/ML models seamless and clutter-free.\n\n### Quickstart:\nGet started with AryaXAI with a few easy steps:\n\n1. Sign up and log in to your new AryaXAI account.\n2. After logging in, generate an Access Token for your user account.\n3. Set the environment variable **XAI_ACCESS_TOKEN** with the generated value. \n\nOnce you've completed these steps, you're all set! Now, you can easily log in and start using the AryaXAI SDK:\n\n1. Log in by importing the \"xai\" object instance from the \"arya_xai\" package.\n2. Call the \"login\" method. This method automatically takes the access token value from the \"XAI_ACCESS_TOKEN\" environment variable and stores the JWT in the object instance. This means that all your future SDK operations will be authorized automatically, making it simple and hassle-free!\n\n\n```\nfrom aryaxai import xai as aryaxai\n\n## login() function authenticates user using token that can be generated in app.aryaxai.com/sdk\n\n\naryaxai.login()\n\n\nEnter your Arya XAI Access Token: \u00b7\u00b7\u00b7\u00b7\u00b7\u00b7\u00b7\u00b7\u00b7\u00b7\nAuthenticated successfully.\n```\n\n### Cookbook: \nIn this section, you can review the examples of implementation of AryaXAI-SDK. \n\n1. [Full features overview of AryaXAI](https://colab.research.google.com/drive/1Dy5eL-FJVnFV0K5yOfGGVoAmiS_Icaz3?usp=sharing)\n2. Using AryaXAI in Loan Underwriting (Coming Soon)\n\n### Contribution guidelines:\nAt AryaXAI, we're passionate about open source and value community contributions! Explore our contribution guide for insights into the development workflow and AryaXAI library internals. For bug reports or feature requests, head to GitHub Issues or reach out to us at [support@aryaxai.com](support@aryaxai.com).\n",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "Full stack ML Observability with AryaXAI",
    "version": "0.0.59",
    "project_urls": {
        "Homepage": "https://xai.arya.ai/docs/introduction"
    },
    "split_keywords": [
        "aryaxai",
        "ml observability"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "d7f4c3d0ed0ba83a1d94002656543615ab1609a4c036df3bcddfa32f1b4b9806",
                "md5": "4bedd37ef398aa3609bc4de42ad8130f",
                "sha256": "b139a8900b1c739ab5fadaeb0d0aec31a09d91b8557a16b07076587ed9d5e4ee"
            },
            "downloads": -1,
            "filename": "aryaxai-0.0.59-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "4bedd37ef398aa3609bc4de42ad8130f",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.0",
            "size": 36510,
            "upload_time": "2023-12-12T06:14:13",
            "upload_time_iso_8601": "2023-12-12T06:14:13.264838Z",
            "url": "https://files.pythonhosted.org/packages/d7/f4/c3d0ed0ba83a1d94002656543615ab1609a4c036df3bcddfa32f1b4b9806/aryaxai-0.0.59-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "f6b13dc03587edadbe0db57ffad6a4e741d8de8bc982864410f9bde655edf2f3",
                "md5": "279ce6ce0314a493b3c6ad8e8a3310e1",
                "sha256": "59cc552f17beee359da70bc6ba413772075aca16f4f73b25b4a867f3510f4391"
            },
            "downloads": -1,
            "filename": "aryaxai-0.0.59.tar.gz",
            "has_sig": false,
            "md5_digest": "279ce6ce0314a493b3c6ad8e8a3310e1",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.0",
            "size": 34775,
            "upload_time": "2023-12-12T06:14:14",
            "upload_time_iso_8601": "2023-12-12T06:14:14.578141Z",
            "url": "https://files.pythonhosted.org/packages/f6/b1/3dc03587edadbe0db57ffad6a4e741d8de8bc982864410f9bde655edf2f3/aryaxai-0.0.59.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-12-12 06:14:14",
    "github": false,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "lcname": "aryaxai"
}
        
Elapsed time: 0.17086s