Cập nhật mã nguồn và file Colab Cache

This commit is contained in:
2026-07-16 19:32:43 +07:00
parent 25969cb0f5
commit a258db54cd
69 changed files with 3377 additions and 645 deletions
@@ -0,0 +1,24 @@
{
"model_type": "LightGBM_Balanced",
"num_classes": 8,
"classes": [
"Lua tom",
"Lua",
"CHN",
"CLN",
"TS",
"Song",
"Dat xay dung",
"Rung"
],
"num_features": 3,
"accuracy": 0.18584070796460178,
"precision": 0.2845953404521604,
"recall": 0.18584070796460178,
"f1_score": 0.1476510567467163,
"params": {
"n_estimators": 300,
"max_depth": -1
},
"description": "LightGBM trained on real Planetary Computer data with balanced class weights"
}