We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1f9c180 commit c34e987Copy full SHA for c34e987
2DNoisyXORDemo.py
@@ -21,7 +21,7 @@
21
stop = time()
22
23
average += ctm.evaluate(X_test, Y_test)
24
- print("%d: %.2f% %.1fs" % (i+1, 100*average/(i+1), stop-start))
+ print("%d: %.2%% %.1fs" % (i+1, 100*average/(i+1), stop-start))
25
26
27
0 commit comments