Skip to content

Commit 341bd3e

Browse files
modified qsvm
1 parent 147ecd5 commit 341bd3e

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

algorithms/qml/qsvm/qsvm.ipynb

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1138,7 +1138,6 @@
11381138
" test_score_pauli = sum(y_test_pauli == TEST_LABELS_2.tolist()) / len(\n",
11391139
" TEST_LABELS_2.tolist()\n",
11401140
" )\n",
1141-
" # print(\"quantum kernel classification test score: %0.2f\" % (test_score))\n",
11421141
"\n",
11431142
" # predict\n",
11441143
" predicted_labels_pauli = predict_svm(\n",

0 commit comments

Comments
 (0)