ml-commons icon indicating copy to clipboard operation
ml-commons copied to clipboard

ml-commons provides a set of common machine learning algorithms, e.g. k-means, or linear regression, to help developers build ML related features within OpenSearch.

Results 305 ml-commons issues
Sort by recently updated
recently updated
newest added

- Incremented version to **2.17.2-SNAPSHOT**.

v2.17.2

Signed-off-by: Bhavana Goud Ramaram (cherry picked from commit ad7fbec7c45739977d6ac14909dc6f44100f3540) ### Description Backport https://github.com/opensearch-project/ml-commons/pull/3378 to 2.18 ### Related Issues Resolves #[Issue number to be closed when this PR is merged] ###...

**Is your feature request related to a problem?** I would like to have BWC (backward compatibility) tests for restart/rolling upgrade scenarios in ml-commons to detect any potential compatibility issues early...

enhancement

**Is your feature request related to a problem?** Currently we have a BWC suite in 2.x Branch: https://github.com/opensearch-project/ml-commons/blob/2.x/plugin/src/test/java/org/opensearch/ml/bwc/MLCommonsBackwardsCompatibilityIT.java But we don't have this suite in Main Branch. According to @b4sjoo...

enhancement

**What is the bug?** Our BWC tests fails often due to Flaky behavior. [Example REF](https://github.com/opensearch-project/ml-commons/pull/3295#issuecomment-2562969525): Test MLCommons BWC / Test MLCommons BWC (11) (pull_request) Failing after 5m: ``` REPRODUCE WITH:...

bug