oracle-ml-insights


Nameoracle-ml-insights JSON
Version 1.0.4 PyPI version JSON
download
home_page
SummaryML Observability Insights Library
upload_time2024-01-16 08:15:16
maintainer
docs_urlNone
authorOracle Data Science
requires_python>=3.8, <3.10
licenseOracle Free Use Terms and Conditions (FUTC)
keywords oracle cloud infrastructure oci oracle machine learning ml monitoring ml observability data science drift detection distributed spark dask
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # Oracle Machine Learning Observability Insights Library (ML Insights)
ML Insights is a python library for data scientists, ML engineers and developers. Insights can be used to ingest data in different formats, apply row based transformations and monitor data and ML Models from validation to production.

ML Insights library also provides many ways to process and evaluate data and ML models. The options include low code alternative for customisation, a pre-built application and and further extensibility through custom applications and custom components.

## Installation
ML Insights can be installed in a python 3.8 environment using:
```bash
pip install oracle-ml-insights
```
Several ML Insights dependencies are optional (for eg: Execution Engine) and can be installed with:
```bash
pip install oracle-ml-insights[option]
```
where "option" can be one of:

- "dask", to run ML Insights on Dask Execution Engine

## How it works
ML Insights helps evaluate and monitor data and ML model for entirety of ML Observability lifecycle.

Insights is component based where each component has a specific responsibility with a workflow managing the individual components.

Insights provides components to carry out tasks like data ingestion, row level data transformation, metric calculation and post processing of metric output. More details on these are covered in the Getting Started section.

In very simple terms, one has to provide location to the input data set that needs to be processed, select any additional simple transformation needed on the input data (for example, converting an un-structured column to structured one), and decide which metrics should be calculated for different features (columns of data). The user can also decide to define some post-action to be performed once all the metrics have been calculated.

Insights provides a simple, declarative API, out of box components covering majority of common use cases to choose from. Also, Insights enables users to author json-based configurations that can be used to define and customise all of its core features.

 - Insights currently supports CSV, JSON, and JSONL data types.

 - It also supports major execution engines like Native Pandas, Dask, and Spark.

 - Insights provides metrics in different groups like
    - Data Integrity
    - Data Quality/ Summary
    - Feature and Prediction Drift Detection
    - Model Performance for both classification and Regression Models

 - Insights also supports integration for writing metric data, or connecting to OCI monitoring service.

## Contact
ML Insights SDK is offered by the OCI Data Science team. You can reach us through Oracle Support - https://www.oracle.com/support/.

## License
Copyright (c) 2023 Oracle and/or its affiliates. Licensed under the Oracle Free Use Terms and Conditions (FUTC) License.

            

Raw data

            {
    "_id": null,
    "home_page": "",
    "name": "oracle-ml-insights",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">=3.8, <3.10",
    "maintainer_email": "",
    "keywords": "Oracle Cloud Infrastructure,OCI,Oracle,Machine Learning,ML Monitoring,ML Observability,Data Science,Drift Detection,Distributed,Spark,Dask",
    "author": "Oracle Data Science",
    "author_email": "",
    "download_url": "",
    "platform": null,
    "description": "# Oracle Machine Learning Observability Insights Library (ML Insights)\nML Insights is a python library for data scientists, ML engineers and developers. Insights can be used to ingest data in different formats, apply row based transformations and monitor data and ML Models from validation to production.\n\nML Insights library also provides many ways to process and evaluate data and ML models. The options include low code alternative for customisation, a pre-built application and and further extensibility through custom applications and custom components.\n\n## Installation\nML Insights can be installed in a python 3.8 environment using:\n```bash\npip install oracle-ml-insights\n```\nSeveral ML Insights dependencies are optional (for eg: Execution Engine) and can be installed with:\n```bash\npip install oracle-ml-insights[option]\n```\nwhere \"option\" can be one of:\n\n- \"dask\", to run ML Insights on Dask Execution Engine\n\n## How it works\nML Insights helps evaluate and monitor data and ML model for entirety of ML Observability lifecycle.\n\nInsights is component based where each component has a specific responsibility with a workflow managing the individual components.\n\nInsights provides components to carry out tasks like data ingestion, row level data transformation, metric calculation and post processing of metric output. More details on these are covered in the Getting Started section.\n\nIn very simple terms, one has to provide location to the input data set that needs to be processed, select any additional simple transformation needed on the input data (for example, converting an un-structured column to structured one), and decide which metrics should be calculated for different features (columns of data). The user can also decide to define some post-action to be performed once all the metrics have been calculated.\n\nInsights provides a simple, declarative API, out of box components covering majority of common use cases to choose from. Also, Insights enables users to author json-based configurations that can be used to define and customise all of its core features.\n\n - Insights currently supports CSV, JSON, and JSONL data types.\n\n - It also supports major execution engines like Native Pandas, Dask, and Spark.\n\n - Insights provides metrics in different groups like\n    - Data Integrity\n    - Data Quality/ Summary\n    - Feature and Prediction Drift Detection\n    - Model Performance for both classification and Regression Models\n\n - Insights also supports integration for writing metric data, or connecting to OCI monitoring service.\n\n## Contact\nML Insights SDK is offered by the OCI Data Science team. You can reach us through Oracle Support - https://www.oracle.com/support/.\n\n## License\nCopyright (c) 2023 Oracle and/or its affiliates. Licensed under the Oracle Free Use Terms and Conditions (FUTC) License.\n",
    "bugtrack_url": null,
    "license": "Oracle Free Use Terms and Conditions (FUTC)",
    "summary": "ML Observability Insights Library",
    "version": "1.0.4",
    "project_urls": {
        "Demo Notebooks": "https://github.com/oracle-samples/oci-data-science-ai-samples/tree/main/ml-insights",
        "Documentation": "https://docs.oracle.com/iaas/tools/ml-insights-docs/latest/ml-insights-documentation/html/index.html"
    },
    "split_keywords": [
        "oracle cloud infrastructure",
        "oci",
        "oracle",
        "machine learning",
        "ml monitoring",
        "ml observability",
        "data science",
        "drift detection",
        "distributed",
        "spark",
        "dask"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "7f555d3baa79c8111eb9ea58b2a1afe97b08abf972c6499884e939b8337848a6",
                "md5": "eeea24696364c820446f9c6a0eb3736e",
                "sha256": "fd896373d259e107c7bdc7ace98e9e94b7b5fa48f955b75072926ffebeb4a0e1"
            },
            "downloads": -1,
            "filename": "oracle_ml_insights-1.0.4-py38-none-any.whl",
            "has_sig": false,
            "md5_digest": "eeea24696364c820446f9c6a0eb3736e",
            "packagetype": "bdist_wheel",
            "python_version": "py38",
            "requires_python": ">=3.8, <3.10",
            "size": 589693,
            "upload_time": "2024-01-16T08:15:16",
            "upload_time_iso_8601": "2024-01-16T08:15:16.316910Z",
            "url": "https://files.pythonhosted.org/packages/7f/55/5d3baa79c8111eb9ea58b2a1afe97b08abf972c6499884e939b8337848a6/oracle_ml_insights-1.0.4-py38-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "26f7aa91b596c0c63e14ff65af43ef30407514868beb33705b1e35dfb0ab1856",
                "md5": "7fc61e4358b27536fd775deb6a3cf357",
                "sha256": "1411bffcd1dd668a740dd7a05c61e5018e8d9da28d6f9165af49a2adfc72abc1"
            },
            "downloads": -1,
            "filename": "oracle_ml_insights-1.0.4-py39-none-any.whl",
            "has_sig": false,
            "md5_digest": "7fc61e4358b27536fd775deb6a3cf357",
            "packagetype": "bdist_wheel",
            "python_version": "py39",
            "requires_python": ">=3.8, <3.10",
            "size": 588681,
            "upload_time": "2024-01-16T08:15:18",
            "upload_time_iso_8601": "2024-01-16T08:15:18.692305Z",
            "url": "https://files.pythonhosted.org/packages/26/f7/aa91b596c0c63e14ff65af43ef30407514868beb33705b1e35dfb0ab1856/oracle_ml_insights-1.0.4-py39-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-01-16 08:15:16",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "oracle-samples",
    "github_project": "oci-data-science-ai-samples",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "lcname": "oracle-ml-insights"
}
        
Elapsed time: 0.17237s