OpenSearch-py-ml
- Welcome!
- Getting Started
- Compatibility with OpenSearch
- Project Resources
- Code of Conduct
- License
- Copyright
opensearch-py-ml is a Python client that provides a suite of data analytics and machine learning tools for OpenSearch.
It is a community-driven, open source fork a fork of eland, which provides data analysis and machine learning licensed under the Apache v2.0 License.
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 plugin.
For more information, see opensearch.org and the API Doc.
Opensearch-py-ml can be installed from PyPI via pip:
$ python -m pip install opensearch-py-ml
This project has adopted the Amazon Open Source Code of Conduct. For more information see the Code of Conduct FAQ, or contact [email protected] with any additional questions or comments.
This project is licensed under the Apache v2.0 License.
Copyright OpenSearch Contributors. See NOTICE for details.