
A classical SVM separates classes by maximizing the margin in feature space. The source QSVM use case uses a binary breast-cancer classification benchmark with 569 samples and 30 FNA-derived features, scaled to the quantum feature range.
QSVM keeps the SVM pipeline but uses a quantum kernel: inputs are encoded into quantum states and the kernel is estimated from state overlaps. In the PoC, the quantum-kernel run uses 4 qubits and 2 layers, then reports accuracy, balanced accuracy, Macro F1, and ROC-AUC against classical baselines.
The source PoC reports 96% accuracy, 95% balanced accuracy, 0.95 Macro F1, and 0.99 ROC-AUC on the simulator run.
Dataset
569 samples
Features
30 FNA features
Quantum kernel
4 qubits, 2 layers
Accuracy
96%
Use it when a quantum-kernel result needs a clear classical SVM baseline before it is trusted.
569
Breast-cancer samples
30
FNA-derived features
4 qubits
Quantum-kernel width
0.99
Reported ROC-AUC
For teams that need the same data split, preprocessing, and metrics across quantum and classical kernels.
For researchers testing whether a quantum feature map changes classification quality.
For teams deciding whether a QSVM result is strong enough to justify further experiments.
One dataset, two kernel pipelines, one reproducible comparison.
Use the same split, scaling, labels, and 30-feature FNA dataset for both SVM variants
Train the classical SVM baseline and record the core classification metrics
Encode features into a 4-qubit, 2-layer quantum kernel and evaluate state overlaps
Review 96% accuracy, 95% balanced accuracy, 0.95 Macro F1, 0.99 ROC-AUC, and assumptions
Download the methods, plots, code, and reproducible benchmark report
Run the 569-sample QSVM benchmark and review 96% accuracy, 95% balanced accuracy, 0.95 Macro F1, and 0.99 ROC-AUC.
Try Your First Use Case for Free