From b04d44f8b9532e8a7a54c42603a4cf56b29228a3 Mon Sep 17 00:00:00 2001 From: kelsey-brown <80273085+kelsey-brown@users.noreply.github.com> Date: Thu, 27 Feb 2025 19:58:47 -0500 Subject: [PATCH 1/2] Update wCAR definition Update wCAR definition for correctness --- docs/analytics/index.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/analytics/index.mdx b/docs/analytics/index.mdx index 246590dd4..95a6ec5ee 100644 --- a/docs/analytics/index.mdx +++ b/docs/analytics/index.mdx @@ -72,7 +72,7 @@ Many of the metrics above are also available for Cody only. However, some user d | Hours saved | The number of hours saved by Cody users, assuming 2 minutes saved per completion | | Completions by day | The number of completions suggested by day and by editor. | | Completion acceptance rate (CAR) | The percent of completions presented to a user for at least 750ms accepted by day, the editor, day, and month. | -| Weighted completion acceptance rate (wCAR) | Similar to CAR, but weighted by the number of characters presented in the completion, and only counting those fully retained by the user for X minutes after accepting the completion, by the editor, day, and month. | +| Weighted completion acceptance rate (wCAR) | Similar to CAR, but weighted by the number of characters presented in the completion, by the editor, day, and month. This assigns more "weight" to accepted completions that provide more code to the user| | Average completion latency (ms) | The average milliseconds of latency before a user is presented with a completion suggestion by an editor. | | Acceptance rate by language | CAR and total completion suggestions broken down by editor during the selected time | From 57b1960f4cbb92eb04e4024238f2dbdfad22e1ca Mon Sep 17 00:00:00 2001 From: Maedah Batool Date: Fri, 28 Feb 2025 11:06:04 -0800 Subject: [PATCH 2/2] Update docs/analytics/index.mdx Co-authored-by: Dan Adler --- docs/analytics/index.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/analytics/index.mdx b/docs/analytics/index.mdx index 95a6ec5ee..d5fe97195 100644 --- a/docs/analytics/index.mdx +++ b/docs/analytics/index.mdx @@ -72,7 +72,7 @@ Many of the metrics above are also available for Cody only. However, some user d | Hours saved | The number of hours saved by Cody users, assuming 2 minutes saved per completion | | Completions by day | The number of completions suggested by day and by editor. | | Completion acceptance rate (CAR) | The percent of completions presented to a user for at least 750ms accepted by day, the editor, day, and month. | -| Weighted completion acceptance rate (wCAR) | Similar to CAR, but weighted by the number of characters presented in the completion, by the editor, day, and month. This assigns more "weight" to accepted completions that provide more code to the user| +| Weighted completion acceptance rate (wCAR) | Similar to CAR, but weighted by the number of characters presented in the completion, by the editor, day, and month. This assigns more "weight" to accepted completions that provide more code to the user. | | Average completion latency (ms) | The average milliseconds of latency before a user is presented with a completion suggestion by an editor. | | Acceptance rate by language | CAR and total completion suggestions broken down by editor during the selected time |