From 8183b015427bf2e0aab6cf9efba2547d9e798559 Mon Sep 17 00:00:00 2001 From: Petr Surkov Date: Wed, 26 Jun 2024 19:15:08 +0200 Subject: [PATCH] [ai-completion] ML-3046 Set len for notValuable = 3, remove group 36 from experiments (cherry picked from commit 4143f765119a50430d19cd4c1389c8e889e92073) IJ-MR-137985 GitOrigin-RevId: 859b1ee8b722d07bb31af13c57b634665d57c904 --- plugins/completion-ml-ranking/resources/experiment.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/plugins/completion-ml-ranking/resources/experiment.json b/plugins/completion-ml-ranking/resources/experiment.json index 64a3ac66d79b..6a1c526cbb31 100644 --- a/plugins/completion-ml-ranking/resources/experiment.json +++ b/plugins/completion-ml-ranking/resources/experiment.json @@ -196,19 +196,19 @@ { "id": "java", "experimentBucketsCount": 4, - "includeGroups": [28, 36, 22, 24], + "includeGroups": [28, 22, 24], "shouldLogElementFeatures": false }, { "id": "python", "experimentBucketsCount": 4, - "includeGroups": [28, 36, 22, 24], + "includeGroups": [28, 22, 24], "shouldLogElementFeatures": true }, { "id": "kotlin", "experimentBucketsCount": 4, - "includeGroups": [28, 36, 22, 24], + "includeGroups": [28, 22, 24], "shouldLogElementFeatures": true }, {