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....
opensearch-project / opensearch-py-ml Public Notifications Fork 61 Star 31 Code Issues 27 Pull requests 16 Actions Projects Security Insights main Breadcrumbs opensearch-py-ml / requirements.txt Latest commit HistoryHistory File metadata and controls Code Blame 14 lines (14 loc) · 246...
opensearch-project / opensearch-py-ml Public Notifications Fork 61 Star 31 Code Issues 27 Pull requests 16 Actions Projects Security Insights Footer © 2024 GitHub, Inc. Footer navigation Terms Privacy Security Status Docs Contact Manage cookies Do not share my personal information ...
Issues: opensearch-project/opensearch-py-mlLabels 33 Milestones 0 New issue 27 Open 67 Closed Author Label Projects Milestones Assignee Sort Issues listthe ML libraries should use body keyword arg instead of payload for the JSON document to mirror the other OpenSearch APIs bug #397 opened Jun ...
import opensearch_py_ml as oml -> ImportError: cannot import name 'is_datetime_or_timedelta_dtype' from 'pandas.core.dtypes.common' Here is a screenshot: How can one reproduce the bug? Follow the dev guide:https://github.com/opensearch-project/opensearch-py-ml/blob/main/DEVELOPER_GUIDE.md...
Add GitHub action for opensearch-py-ml release Enable GHA release by adding trusted publisher. This workflow will be triggered when a tag is pushed to this repository. The workflow will built the product and publish to Pypi. The GitHub release will be created after publishing to Pypi with...
We want to integrate all the ML-Commons api to opensearch-py-ml.Right now following apis are supported:Upload Model Load model Get task information Get model information Unload model Delete modelWe want to have support for following apis:
- Refactored validators in ML Commons' client([#385](https://github.com/opensearch-project/opensearch-py-ml/pull/385)) ### Fixed - Enable make_model_config_json to add model description to model config file by @thanawan-atc in ([#203](https://github.com/opensearch-project/opensearc...
opensearch_py_ml/ml_commons/ml_commons_client.py elif isinstance(json_input, dict): API_BODY = json.dumps(json_input) else: return "Invalid JSON object passed as argument." Collaborator dhrubo-os Jun 14, 2023 • edited Can we cover this line with testing? May be we can write...
Path to vulnerable library: /requirements.txt,/tmp/ws-scm/opensearch-py-ml Dependency Hierarchy: ❌Pillow-9.5.0-cp37-cp37m-manylinux_2_28_x86_64.whl(Vulnerable Library) Found in HEAD commit:2c3b744f53a1399af2f6bbd78dc4ca55b7b177d8 ...