Clinch Leatherwood
Clinch Leatherwood
@kvathupo Hi if you want to work on this issue you are welcome just to let you know I am from a experimental background and I don't code much last...
My Activity is private due to my personal projects
@GayatriVadaparty Let me know if you want to work on this Issue as a collaboration One approach is to use a custom hyperparameter search function, as you mentioned earlier. Another...
@adekusar-drl this is my code ```pip install qiskit !pip install qiskit-machine-learning from sklearn.datasets import make_classification from sklearn.model_selection import train_test_split from qiskit import Aer from qiskit_machine_learning.algorithms import VQC from qiskit.circuit.library import...
@adekusar-drl @adekusar-drl It seems that the ZZFeatureMap class in Qiskit is not compatible with scikit-learn's GridSearchCV due to the dynamic nature of the circuit construction. To work around this issue,...
@GayatriVadaparty Great contact me on discord
```from sklearn.datasets import make_classification from sklearn.model_selection import train_test_split from qiskit import Aer from qiskit_machine_learning.algorithms import VQC from qiskit.circuit.library import ZZFeatureMap, RealAmplitudes from qiskit.algorithms.optimizers import SPSA from sklearn.metrics import accuracy_score from...
@adekusar-drl exactly which QML Algorithms is not mentioned I guess every algorithm or only VQC or QNN
@adekusar-drl is there any method through which I Can Convert script into a module: For example, if script is named vqc.py, the directory structure should look like this: my_package/ __init__.py...
@adekusar-drl Do I Make a pull request with the Ipynb or you want to see it first