{
  "@context": [
    "https://w3id.org/fdo/context/v1",
    {
      "schema": "https://schema.org/",
      "prov": "http://www.w3.org/ns/prov#",
      "fdo": "https://w3id.org/fdo/vocabulary/"
    }
  ],
  "@id": "Q0540223073240",
  "@type": "DigitalObject",
  "kernel": {
    "@id": "Q0540223073240",
    "digitalObjectType": "https://schema.org/SoftwareApplication",
    "primaryIdentifier": "Q0540223073240",
    "kernelVersion": "v1",
    "immutable": false,
    "modified": "2026-06-08T15:44:45Z"
  },
  "profile": {
    "@context": "https://schema.org/",
    "@type": "SoftwareApplication",
    "@id": "Q0540223073240",
    "name": "model__prediction__grippeweb__baseline-nullmodel",
    "description": "Zero-model (null model) forecast for GrippeWeb disease reports. Reads a TSV timeseries of disease reports and predicts the next N weeks by averaging the last M reference weeks per group. Serves as a baseline for comparison with more complex forecast models.",
    "url": "ghcr.io/the-episerve-consortium/model__prediction__grippeweb__baseline-nullmodel",
    "softwareVersion": "",
    "codeRepository": "https://github.com/The-EPISERVE-Consortium/model__prediction__grippeweb__baseline-nullmodel",
    "applicationCategory": "algorithm",
    "operatingSystem": "Linux",
    "runtimePlatform": "Docker",
    "author": {
      "@type": "Organization",
      "name": "EPISERVE Consortium"
    },
    "additionalProperty": [
      {
        "@type": "PropertyValue",
        "name": "horizon_weeks",
        "description": "Number of weeks to forecast ahead.",
        "valueRequired": true,
        "value": 4
      },
      {
        "@type": "PropertyValue",
        "name": "n_reference_weeks",
        "description": "Number of past weeks to average as the baseline prediction.",
        "valueRequired": true,
        "value": 4
      }
    ]
  },
  "provenance": {
    "prov:generatedAtTime": "2026-06-08T15:44:45Z",
    "prov:wasAttributedTo": "EPISERVE Consortium sync-lakefs-ckan"
  }
}