XanaduAI / quantum-neural-networks

This repository contains the source code used to produce the results presented in the paper "Continuous-variable quantum neural networks". Due to subsequent interface upgrades, these scripts will work only with Strawberry Fields version <= 0.10.0.
https://arxiv.org/abs/1806.06871
Apache License 2.0
297 stars 86 forks source link

Files not found error #7

Closed arshad7878 closed 4 years ago

arshad7878 commented 4 years ago

Thanks for such a fabulous working. I want to run the script but facing error messages. When I try to run data_processor.py file it gives an error message of file not found. creditcard.csv When I try to run fraud_detection.py file it also gives an error message of file not found. creditcard_genuine_1.csv Do we have to create these files at our own or these are found at some other place.

arshad7878 commented 4 years ago

Found the solution... https://www.kaggle.com/mlg-ulb/creditcardfraud download creditcard.csv from the above link

co9olguy commented 4 years ago

Yes, that's right @arshad7878. Glad you found the dataset :)