opensearch-py-ml


Nameopensearch-py-ml JSON
Version 1.0.0 PyPI version JSON
download
home_pagehttps://github.com/opensearch-project/opensearch-py-ml
SummaryPython Client and Toolkit for DataFrames, Big Data, Machine Learning and ETL in OpenSearch
upload_time2023-02-09 21:40:36
maintainerDhrubo Saha, Yaliang Wu
docs_urlNone
authorDhrubo Saha
requires_python>=3.8
licenseApache-2.0
keywords opensearch opensearch_py_ml pandas python
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            
[![CI](https://github.com/opensearch-project/opensearch-py-ml/actions/workflows/ci.yml/badge.svg)](https://github.com/opensearch-project/opensearch-py-ml/actions/workflows/ci.yml)
[![Integration](https://github.com/opensearch-project/opensearch-py-ml/actions/workflows/integration.yml/badge.svg)](https://github.com/opensearch-project/opensearch-py-ml/actions/workflows/integration.yml)
![PRs welcome!](https://img.shields.io/badge/PRs-welcome!-success)

![OpenSearch logo](https://github.com/opensearch-project/opensearch-py/raw/main/OpenSearch.svg)

OpenSearch-py-ml

- [Welcome!](https://github.com/opensearch-project/opensearch-py-ml#welcome)
- [Getting Started](https://github.com/opensearch-project/opensearch-py-ml#getting-started)
- [Compatibility with OpenSearch](https://github.com/opensearch-project/opensearch-py-ml#compatibility-with-opensearch)
- [Project Resources](https://github.com/opensearch-project/opensearch-py-ml#project-resources)
- [Code of Conduct](https://github.com/opensearch-project/opensearch-py-ml#code-of-conduct)
- [License](https://github.com/opensearch-project/opensearch-py-ml#license)
- [Copyright](https://github.com/opensearch-project/opensearch-py-ml#copyright)

## Welcome!

**opensearch-py-ml** is a Python client that provides a suite of data analytics and machine learning tools for OpenSearch.
**Opensearch-py-ml is an experimental project**
It is [a community-driven, open source fork](https://aws.amazon.com/blogs/opensource/introducing-opensearch/) a fork of [eland](https://github.com/elastic/eland), which provides data analysis and machine learning
licensed under the [Apache v2.0 License](https://github.com/opensearch-project/opensearch-py/blob/main/LICENSE.txt). 

**opensearch-py-ml** lets users call OpenSearch indices and manipulate them as if they were pandas DataFrames, supporting
complex filtering and aggregation operations. It also provides rudimentary support for uploading models to OpenSearch
clusters using the [ml-commons](https://github.com/opensearch-project/ml-commons) plugin.


##Installing Opensearch-py-ml


Opensearch-py-ml can be installed from [PyPI](https://pypi.org/project/opensearch-py-ml) via pip:

~~~~~~~~~~~~~~~~~~~~~~~~~~~
    $ python -m pip install opensearch-py-ml
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

## Code of Conduct

This project has adopted the 
[Amazon Open Source Code of Conduct](https://github.com/opensearch-project/opensearch-py-ml/blob/main/CODE_OF_CONDUCT.md).
For more information see the [Code of Conduct FAQ](https://aws.github.io/code-of-conduct-faq), or contact 
[opensource-codeofconduct@amazon.com](mailto:opensource-codeofconduct@amazon.com) with any additional questions or comments.

## License

This project is licensed under the
[Apache v2.0 License](https://github.com/opensearch-project/opensearch-py-ml/blob/main/LICENSE).

## Copyright

Copyright OpenSearch Contributors. See 
[NOTICE](https://github.com/opensearch-project/opensearch-py-ml/blob/main/NOTICE) for details.

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/opensearch-project/opensearch-py-ml",
    "name": "opensearch-py-ml",
    "maintainer": "Dhrubo Saha, Yaliang Wu",
    "docs_url": null,
    "requires_python": ">=3.8",
    "maintainer_email": "dhrubo@amazon.com, ylwu@amazon.com",
    "keywords": "Opensearch opensearch_py_ml pandas python",
    "author": "Dhrubo Saha",
    "author_email": "dhrubo@amazon.com,",
    "download_url": "https://files.pythonhosted.org/packages/b9/d6/03de246531dbb638c5ecd6d4fcb81852348d8865cae29f053b27d0524968/opensearch_py_ml-1.0.0.tar.gz",
    "platform": null,
    "description": "\n[![CI](https://github.com/opensearch-project/opensearch-py-ml/actions/workflows/ci.yml/badge.svg)](https://github.com/opensearch-project/opensearch-py-ml/actions/workflows/ci.yml)\n[![Integration](https://github.com/opensearch-project/opensearch-py-ml/actions/workflows/integration.yml/badge.svg)](https://github.com/opensearch-project/opensearch-py-ml/actions/workflows/integration.yml)\n![PRs welcome!](https://img.shields.io/badge/PRs-welcome!-success)\n\n![OpenSearch logo](https://github.com/opensearch-project/opensearch-py/raw/main/OpenSearch.svg)\n\nOpenSearch-py-ml\n\n- [Welcome!](https://github.com/opensearch-project/opensearch-py-ml#welcome)\n- [Getting Started](https://github.com/opensearch-project/opensearch-py-ml#getting-started)\n- [Compatibility with OpenSearch](https://github.com/opensearch-project/opensearch-py-ml#compatibility-with-opensearch)\n- [Project Resources](https://github.com/opensearch-project/opensearch-py-ml#project-resources)\n- [Code of Conduct](https://github.com/opensearch-project/opensearch-py-ml#code-of-conduct)\n- [License](https://github.com/opensearch-project/opensearch-py-ml#license)\n- [Copyright](https://github.com/opensearch-project/opensearch-py-ml#copyright)\n\n## Welcome!\n\n**opensearch-py-ml** is a Python client that provides a suite of data analytics and machine learning tools for OpenSearch.\n**Opensearch-py-ml is an experimental project**\nIt is [a community-driven, open source fork](https://aws.amazon.com/blogs/opensource/introducing-opensearch/) a fork of [eland](https://github.com/elastic/eland), which provides data analysis and machine learning\nlicensed under the [Apache v2.0 License](https://github.com/opensearch-project/opensearch-py/blob/main/LICENSE.txt). \n\n**opensearch-py-ml** lets users call OpenSearch indices and manipulate them as if they were pandas DataFrames, supporting\ncomplex filtering and aggregation operations. It also provides rudimentary support for uploading models to OpenSearch\nclusters using the [ml-commons](https://github.com/opensearch-project/ml-commons) plugin.\n\n\n##Installing Opensearch-py-ml\n\n\nOpensearch-py-ml can be installed from [PyPI](https://pypi.org/project/opensearch-py-ml) via pip:\n\n~~~~~~~~~~~~~~~~~~~~~~~~~~~\n    $ python -m pip install opensearch-py-ml\n~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n\n## Code of Conduct\n\nThis project has adopted the \n[Amazon Open Source Code of Conduct](https://github.com/opensearch-project/opensearch-py-ml/blob/main/CODE_OF_CONDUCT.md).\nFor more information see the [Code of Conduct FAQ](https://aws.github.io/code-of-conduct-faq), or contact \n[opensource-codeofconduct@amazon.com](mailto:opensource-codeofconduct@amazon.com) with any additional questions or comments.\n\n## License\n\nThis project is licensed under the\n[Apache v2.0 License](https://github.com/opensearch-project/opensearch-py-ml/blob/main/LICENSE).\n\n## Copyright\n\nCopyright OpenSearch Contributors. See \n[NOTICE](https://github.com/opensearch-project/opensearch-py-ml/blob/main/NOTICE) for details.\n",
    "bugtrack_url": null,
    "license": "Apache-2.0",
    "summary": "Python Client and Toolkit for DataFrames, Big Data, Machine Learning and ETL in OpenSearch",
    "version": "1.0.0",
    "split_keywords": [
        "opensearch",
        "opensearch_py_ml",
        "pandas",
        "python"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "ad45c8b6b2fca3557ebb4c40db82ee8cc8cf6221b3abd538262f3dda00998161",
                "md5": "69eb26a826b4dc0cf1420ba8779f9263",
                "sha256": "34c896980eb77b12a9c77350ad7ebe1c7ac292827e418bebdbfc8462c269445c"
            },
            "downloads": -1,
            "filename": "opensearch_py_ml-1.0.0-py3-none-any.whl",
            "has_sig": true,
            "md5_digest": "69eb26a826b4dc0cf1420ba8779f9263",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.8",
            "size": 123767,
            "upload_time": "2023-02-09T21:40:34",
            "upload_time_iso_8601": "2023-02-09T21:40:34.804713Z",
            "url": "https://files.pythonhosted.org/packages/ad/45/c8b6b2fca3557ebb4c40db82ee8cc8cf6221b3abd538262f3dda00998161/opensearch_py_ml-1.0.0-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "b9d603de246531dbb638c5ecd6d4fcb81852348d8865cae29f053b27d0524968",
                "md5": "1868e8683c5ef1025b693d43be3537cf",
                "sha256": "640a7628c560d7b84aac3efa5a8195fbfdc6012c1a668cec97cd69332e697dae"
            },
            "downloads": -1,
            "filename": "opensearch_py_ml-1.0.0.tar.gz",
            "has_sig": true,
            "md5_digest": "1868e8683c5ef1025b693d43be3537cf",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.8",
            "size": 104868,
            "upload_time": "2023-02-09T21:40:36",
            "upload_time_iso_8601": "2023-02-09T21:40:36.967929Z",
            "url": "https://files.pythonhosted.org/packages/b9/d6/03de246531dbb638c5ecd6d4fcb81852348d8865cae29f053b27d0524968/opensearch_py_ml-1.0.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-02-09 21:40:36",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "github_user": "opensearch-project",
    "github_project": "opensearch-py-ml",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "requirements": [],
    "lcname": "opensearch-py-ml"
}
        
Elapsed time: 0.22874s