mirror of
https://git.victorphan.net/basketballcantho/CSIROBoeingPhase5-Vietnam.git
synced 2026-08-05 05:43:10 +07:00
31 lines
594 B
JSON
31 lines
594 B
JSON
{
|
|
"model_type": "XGBoost",
|
|
"num_classes": 8,
|
|
"classes": [
|
|
"Lua tom",
|
|
"Lua",
|
|
"CHN",
|
|
"CLN",
|
|
"TS",
|
|
"Song",
|
|
"Dat xay dung",
|
|
"Rung"
|
|
],
|
|
"num_features": 39,
|
|
"params": {
|
|
"objective": "multi:softmax",
|
|
"num_class": 8,
|
|
"max_depth": 6,
|
|
"learning_rate": 0.1,
|
|
"n_estimators": 200,
|
|
"subsample": 0.8,
|
|
"colsample_bytree": 0.8,
|
|
"random_state": 42,
|
|
"n_jobs": -1,
|
|
"eval_metric": "mlogloss"
|
|
},
|
|
"accuracy": 0.9070796460176991,
|
|
"precision": 0.9252693488976674,
|
|
"recall": 0.9070796460176991,
|
|
"f1_score": 0.9111599574514205
|
|
} |