Spaces:
Runtime error
Runtime error
Commit ·
7bef31e
1
Parent(s): faa4ca4
Upload 3 files
Browse files- 26.png +0 -0
- Online_payment_fraud_detection_randomforest.pkl +3 -0
- requirements.txt +10 -0
26.png
ADDED
|
Online_payment_fraud_detection_randomforest.pkl
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:3c249f68b5bf4dd685f77507b7d3e3ab25874029653bd71b98c8a6124a5ab32e
|
| 3 |
+
size 183015
|
requirements.txt
ADDED
|
@@ -0,0 +1,10 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
transformers
|
| 2 |
+
torch
|
| 3 |
+
numpy==1.21.4
|
| 4 |
+
pandas==1.5.1
|
| 5 |
+
ply==3.11
|
| 6 |
+
pickleshare==0.7.5
|
| 7 |
+
matplotlib==3.6.0
|
| 8 |
+
scikit-learn==1.1.2
|
| 9 |
+
seaborn==0.12.1
|
| 10 |
+
statsmodels==0.13.5
|