Skip to content

Commit 4a87a17

Browse files
fix typo in word performance
1 parent b3d72d6 commit 4a87a17

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

NoisyXORDemo.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
# Training of the Tsetlin Machine in batch mode. The Tsetlin Machine can also be trained online
3737
tsetlin_machine.fit(X_training, y_training, y_training.shape[0], epochs=epochs)
3838

39-
# Some performacne statistics
39+
# Some performance statistics
4040

4141
print "Accuracy on test data (no noise):", tsetlin_machine.evaluate(X_test, y_test, y_test.shape[0])
4242
print "Accuracy on training data (40% noise):", tsetlin_machine.evaluate(X_training, y_training, y_training.shape[0])

0 commit comments

Comments
 (0)