Skip to content

Latest commit

 

History

History
18 lines (13 loc) · 573 Bytes

File metadata and controls

18 lines (13 loc) · 573 Bytes

Variational Quantum Classifier for Titanic on IBM Q

Implementation of a Variational Quantum Classifier Algorithm for the Titanic dataset. The code is currently under reconstruction to remove depency from qiskit Aqua as it it depreciated

The pre-processed data available on Kaggle.

Requirements

  • Python 3.9
  • Pandas
  • Qiskit
pip install -r requirements.txt

License

Apache License 2.0