Files
task_fraud_detection_bolade/models/metadata.json
T

34 lines
653 B
JSON
Raw Normal View History

2025-04-25 17:53:04 +01:00
{
"model_type": "XGBClassifier",
"features": [
"merchant",
"category",
"amt",
"last",
"city",
"city_pop",
"merch_lat",
"merch_long",
"hour",
"age"
],
"train_test_split": {
"test_size": 0.2,
"random_state": 42
},
"preprocessing": {
"scaler": "StandardScaler",
"features_scaled": [
"merchant",
"category",
"amt",
"last",
"city",
"city_pop",
"merch_lat",
"merch_long",
"hour",
"age"
]
}
}