Skip to content

Commit bd1b892

Browse files
authored
fix(codewhisperer): update classifier intercept #3472
1 parent c115e40 commit bd1b892

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/codewhisperer/service/classifierTrigger.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ export class ClassifierTrigger {
6464
private ideVscode = -0.114251
6565

6666
// intercept of logistic regression classifier
67-
private intercept = -0.44590798
67+
private intercept = -1.26185983
6868

6969
private maxx: normalizedCoefficients = {
7070
cursor: 90716.0,

0 commit comments

Comments
 (0)