31 lines
597 B
JSON
31 lines
597 B
JSON
{
|
|
"model_type": "XGBoost",
|
|
"num_classes": 8,
|
|
"classes": [
|
|
"Lua tom",
|
|
"Lua",
|
|
"CHN",
|
|
"CLN",
|
|
"TS",
|
|
"Song",
|
|
"Dat xay dung",
|
|
"Rung"
|
|
],
|
|
"num_features": 3,
|
|
"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.28761061946902655,
|
|
"precision": 0.35339400643604185,
|
|
"recall": 0.28761061946902655,
|
|
"f1_score": 0.23460742664282486
|
|
} |