Migrate all ODC models and prediction pipeline to Microsoft Planetary Computer

This commit is contained in:
2026-07-15 18:49:06 +07:00
parent 3d145f9d54
commit 09d9d9c9ad
32 changed files with 15040 additions and 6576 deletions
+31
View File
@@ -0,0 +1,31 @@
{
"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
}