Skip to content

Commit

Permalink
Update examples/other_datasets/plot_financial_data.py
Browse files Browse the repository at this point in the history
Co-authored-by: Quentin Barthélemy <q.barthelemy@gmail.com>
  • Loading branch information
gcattan and qbarthelemy authored Oct 24, 2023
1 parent d474629 commit 71d61e9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/other_datasets/plot_financial_data.py
Original file line number Diff line number Diff line change
Expand Up @@ -295,7 +295,7 @@ def transform(self, X):
# Print the results
print("----Training score:----")
print(
f"Classical: {train_score_svm} \nQuantum: {train_score_qsvm} \nRF: {train_score_rf}"
f"Classical SVM: {train_score_svm} \nQuantum SVM: {train_score_qsvm} \nClassical RandomForest: {train_score_rf}"
)
print("----Testing score:----")
print(f"Classical: {score_svm} \nQuantum: {score_qsvm} \nRF: {score_rf}")
Expand Down

0 comments on commit 71d61e9

Please sign in to comment.