Skip to content

Commit d30cf00

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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

BinaryIrisDemo.py

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

51-
# Some performacne statistics
51+
# Some performance statistics
5252
accuracy_test[ensemble] = tsetlin_machine.evaluate(X_test, y_test, y_test.shape[0])
5353
accuracy_training[ensemble] = tsetlin_machine.evaluate(X_training, y_training, y_training.shape[0])
5454

0 commit comments

Comments
 (0)