Kalyan R
Kalyan R
Request - To add courses relevant to MLOps
draft PR for #6619
Having a Airflow operator to run ELT jobs will be a really helpful feature. Especially for someone who already uses airflow for their pipelines on MWAA(AWS).
related: #10742 Enabled D100 to D105 partially by adding ignores to pyproject.toml. Also included few fixes which were causing conflictin keys w.r.t `E`* lint issues.
closes: #37158 Adds support for pinecone-client >= 3.x Migration checks - [x] Index creation - [x] handle updated(breaking change) response from `list_indexes` and `list_collections` - [x] handle `describe_index` response change...
~~closes: #38187~~ related : #38195 Update `get_uri` to return URI in sqlAlchemy URI format.
### Description Adds support for Stats API ### Issues Resolved closes #351 ### Check List - [x] New functionality includes testing. - [ ] All tests pass - [ ]...
**Is your feature request related to a problem?** Add support for ML-Commons API - Stats Reference docs: https://opensearch.org/docs/latest/ml-commons-plugin/api/stats/
**Is your feature request related to a problem?** Since, we want to support multiple types of models, we can standardize this by having a abstract base class. **What solution would...
Current `opensearch-py-ml` project uses setup.py and setup.cfg to maintain project metadata. `pyproject.toml` is the new standard. [PEP 621](https://peps.python.org/pep-0621/), which was accepted in 2021, designated `pyproject.toml` as the standard way to...