File size: 476 Bytes
73ddb67 | 1 2 3 4 5 6 7 8 9 10 11 12 13 | {
"framework": "PyTorch",
"task": "counterfactual-cloud-property-regression",
"model": "ML-MODIS",
"input_format": "NPZ arrays with X[N,114], Y[N,4], and aligned spatiotemporal metadata",
"protocol": "independent bootstrap random forests by month and cloud-property target",
"default_config": "conf/config.yaml",
"training": "scripts/train.py",
"inference": "scripts/inference.py",
"evaluation": "scripts/result.py",
"visualization": "scripts/result.py"
}
|