├── CBSE-README.md ├── CBSE └── testing data │ ├── Detect_Fraud_example.ipynb │ ├── data_glossary.rtf │ └── fraud_dataset.csv ├── CONTRIBUTING.md ├── DEBUGGING.md ├── DEVELOPING.md ├── LICENSE ├── MAINTAINERS.md ├── README.md ├── data └── creditcard.csv ├── image ├── add_file.png ├── analyze_results.PNG ├── architecture.png ├── create_notebook.PNG ├── define_project.PNG ├── flow.PNG ├── insert df.PNG └── new_project.PNG └── notebook └── Fraud_Detection.ipynb /CBSE-README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IBM/xgboost-smote-detect-fraud/HEAD/CBSE-README.md -------------------------------------------------------------------------------- /CBSE/testing data/Detect_Fraud_example.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IBM/xgboost-smote-detect-fraud/HEAD/CBSE/testing data/Detect_Fraud_example.ipynb -------------------------------------------------------------------------------- /CBSE/testing data/data_glossary.rtf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IBM/xgboost-smote-detect-fraud/HEAD/CBSE/testing data/data_glossary.rtf -------------------------------------------------------------------------------- /CBSE/testing data/fraud_dataset.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IBM/xgboost-smote-detect-fraud/HEAD/CBSE/testing data/fraud_dataset.csv -------------------------------------------------------------------------------- /CONTRIBUTING.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IBM/xgboost-smote-detect-fraud/HEAD/CONTRIBUTING.md -------------------------------------------------------------------------------- /DEBUGGING.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IBM/xgboost-smote-detect-fraud/HEAD/DEBUGGING.md -------------------------------------------------------------------------------- /DEVELOPING.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IBM/xgboost-smote-detect-fraud/HEAD/DEVELOPING.md -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IBM/xgboost-smote-detect-fraud/HEAD/LICENSE -------------------------------------------------------------------------------- /MAINTAINERS.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IBM/xgboost-smote-detect-fraud/HEAD/MAINTAINERS.md -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IBM/xgboost-smote-detect-fraud/HEAD/README.md -------------------------------------------------------------------------------- /data/creditcard.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IBM/xgboost-smote-detect-fraud/HEAD/data/creditcard.csv -------------------------------------------------------------------------------- /image/add_file.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IBM/xgboost-smote-detect-fraud/HEAD/image/add_file.png -------------------------------------------------------------------------------- /image/analyze_results.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IBM/xgboost-smote-detect-fraud/HEAD/image/analyze_results.PNG -------------------------------------------------------------------------------- /image/architecture.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IBM/xgboost-smote-detect-fraud/HEAD/image/architecture.png -------------------------------------------------------------------------------- /image/create_notebook.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IBM/xgboost-smote-detect-fraud/HEAD/image/create_notebook.PNG -------------------------------------------------------------------------------- /image/define_project.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IBM/xgboost-smote-detect-fraud/HEAD/image/define_project.PNG -------------------------------------------------------------------------------- /image/flow.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IBM/xgboost-smote-detect-fraud/HEAD/image/flow.PNG -------------------------------------------------------------------------------- /image/insert df.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IBM/xgboost-smote-detect-fraud/HEAD/image/insert df.PNG -------------------------------------------------------------------------------- /image/new_project.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IBM/xgboost-smote-detect-fraud/HEAD/image/new_project.PNG -------------------------------------------------------------------------------- /notebook/Fraud_Detection.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IBM/xgboost-smote-detect-fraud/HEAD/notebook/Fraud_Detection.ipynb --------------------------------------------------------------------------------