12 lines
322 B
JSON
12 lines
322 B
JSON
{
|
|
"name": "xgboost-crop",
|
|
"version": "v1",
|
|
"created": "2026-02-27",
|
|
"model_type": "XGBoost",
|
|
"features": ["ndvi_peak", "evi_peak", "savi_peak"],
|
|
"classes": ["cropland", "grass", "shrubland", "forest", "water", "builtup", "bare"],
|
|
"training_samples": 20000,
|
|
"accuracy": 0.92,
|
|
"scaler": "StandardScaler"
|
|
}
|