sQUlearn / squlearn

scikit-learn interface for quantum algorithms
https://squlearn.github.io
Apache License 2.0
58 stars 18 forks source link

Reiterate and refine examples (various_feature_maps and kernel) #145

Closed JanSchnabel closed 1 year ago

JanSchnabel commented 1 year ago
David-Kreplin commented 1 year ago

Sorry to ask, I can't simply remember how example_projected_kernel.ipynb looked before: what did you change? I think, I did also some cleaning of that file, because now there is a conflict. I can fix this, after I know, what you've changed.

JanSchnabel commented 1 year ago

Sorry to ask, I can't simply remember how example_projected_kernel.ipynb looked before: what did you change? I think, I did also some cleaning of that file, because now there is a conflict. I can fix this, after I know, what you've changed.

Basically, I used QSVC for solving the classification problem instead of sklearn SVC. However, I left the use of sklearn as comments.

David-Kreplin commented 1 year ago

Example is fixed