We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bd06eb2 commit bca5b57Copy full SHA for bca5b57
1 file changed
README.md
@@ -83,7 +83,7 @@ model.fit(x_train, y_train, epochs=30)
83
y_predict = model.predict(x_test)
84
85
# Evaluating the model
86
-print('** Original *****************************')
+print('** Original ****************************')
87
print('Accuracy: %.3f' %accuracy_score(y_test, y_predict))
88
print('Number of prototypes: {}'.format(model.n_prototypes))
89
0 commit comments