Skip to content

Commit bca5b57

Browse files
committed
Update README.md
1 parent bd06eb2 commit bca5b57

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ model.fit(x_train, y_train, epochs=30)
8383
y_predict = model.predict(x_test)
8484

8585
# Evaluating the model
86-
print('** Original *****************************')
86+
print('** Original ****************************')
8787
print('Accuracy: %.3f' %accuracy_score(y_test, y_predict))
8888
print('Number of prototypes: {}'.format(model.n_prototypes))
8989

0 commit comments

Comments
 (0)