We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 584e25d + ef6fe98 commit f15d0a8Copy full SHA for f15d0a8
tests/test_vowpalwabbit.py
@@ -7,4 +7,4 @@ def test_basic(self):
7
vw = pyvw.vw(quiet=True)
8
ex = vw.example('1 | a b c')
9
vw.learn(ex)
10
- self.assertEqual(0.632030725479126, vw.predict(ex))
+ self.assertGreater(vw.predict(ex), 0)
0 commit comments