Upload 4 files
Browse files- config.json +1 -0
- label_encoders.joblib +3 -0
- proposed_moe_model.pth +3 -0
- scaler.joblib +3 -0
config.json
ADDED
|
@@ -0,0 +1 @@
|
|
|
|
|
|
|
| 1 |
+
{"cat_dims": {"merchant": 693, "category": 14, "gender": 2, "city": 849, "state": 50, "job": 478, "cc_num": 904, "zip": 912}, "num_cols_map": {"amt": 0, "hour": 1, "day_of_week": 2, "is_weekend": 3, "age": 4, "distance_customer_merchant": 5, "state_mismatch_flag": 6, "merchant_fraud_rate": 7, "merchant_txn_count": 8, "lat": 9, "long": 10, "merch_lat": 11, "merch_long": 12, "city_pop": 13, "unix_time": 14, "time_diff_cc": 15, "cc_avg_amt_last_5": 16, "cc_std_amt_last_5": 17, "cc_max_amt_last_5": 18}, "embed_dim": 8, "model_type": "Proposed MoE Fraud Model"}
|
label_encoders.joblib
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:04e6e4a9ee281888024b437834a0b2c83c3c1efe4c96a2b93b0dd325c1b5cdd8
|
| 3 |
+
size 66644
|
proposed_moe_model.pth
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:274de83119658e1d904aa4c515bf109baaeb742b51b428ec8cbe0402161cf8af
|
| 3 |
+
size 293869
|
scaler.joblib
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:7e2c5876dbb2fc45827d8bb543e391c458f64aae89c3e189c8adfaf6a1fd83dc
|
| 3 |
+
size 1583
|