Skip to content

Commit bcce909

Browse files
author
bezzazi abir
committed
corrected ci
1 parent 501160f commit bcce909

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/AI-SupportVectorMachines-Tests/AISupportVectorMachinesSoftSGDTest.class.st

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ AISupportVectorMachinesSoftSGDTest >> testPredict [
9494
x := #( #( 1 0 0 ) #( 1 1 1 ) #( 1 3 3 ) #( 1 4 4 ) ).
9595
y := #( 1 1 -1 -1 ).
9696

97-
testInput := AIMatrix from: #( #( 1 -1 -1 ) #( 1 5 5 ) #( 1 6 6 ) #( 1 7 7 ) ).
97+
testInput := #( #( 1 -1 -1 ) #( 1 5 5 ) #( 1 6 6 ) #( 1 7 7 ) ).
9898
expectedOutput := #( 1 -1 -1 -1 ).
9999
model regularizationStrenght: 10000.
100100
model learningRate: 1e-6.

0 commit comments

Comments
 (0)