| { | |
| "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" | |
| } | |