We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4a87a17 commit d30cf00Copy full SHA for d30cf00
BinaryIrisDemo.py
@@ -48,7 +48,7 @@
48
# Training of the Tsetlin Machine in batch mode. The Tsetlin Machine can also be trained online
49
tsetlin_machine.fit(X_training, y_training, y_training.shape[0], epochs=epochs)
50
51
- # Some performacne statistics
+ # Some performance statistics
52
accuracy_test[ensemble] = tsetlin_machine.evaluate(X_test, y_test, y_test.shape[0])
53
accuracy_training[ensemble] = tsetlin_machine.evaluate(X_training, y_training, y_training.shape[0])
54
0 commit comments