{
  "_id": "6a1570bbacfb0bcc41d64efb",
  "Package": "setartree",
  "Title": "SETAR-Tree - A Novel and Accurate Tree Algorithm for Global Time\nSeries Forecasting",
  "Version": "0.2.1",
  "Authors@R": "c(\nperson(\"Rakshitha\", \"Godahewa\", email = \"rakshithagw@gmail.com\", role = c(\"cre\", \"aut\", \"cph\")),\nperson(\"Christoph\", \"Bergmeir\", email = \"christoph.bergmeir@monash.edu\", role = \"aut\"),\nperson(\"Daniel\", \"Schmidt\", email = \"daniel.schmidt@monash.edu\", role = \"aut\"),\nperson(\"Geoffrey\", \"Webb\", email = \"geoff.webb@monash.edu\", role = \"ctb\"))",
  "Maintainer": "Rakshitha Godahewa <rakshithagw@gmail.com>",
  "Description": "The implementation of a forecasting-specific tree-based\nmodel that is in particular suitable for global time series\nforecasting, as proposed in Godahewa et al. (2022)\n<arXiv:2211.08661v1>. The model uses the concept of Self\nExciting Threshold Autoregressive (SETAR) models to define the\nnode splits and thus, the model is named SETAR-Tree. The\nSETAR-Tree uses some time-series-specific splitting and\nstopping procedures. It trains global pooled regression models\nin the leaves allowing the models to learn cross-series\ninformation. The depth of the tree is controlled by conducting\na statistical linearity test as well as measuring the error\nreduction percentage at each node split. Thus, the SETAR-Tree\nrequires minimal external hyperparameter tuning and provides\ncompetitive results under its default configuration. A forest\nis developed by extending the SETAR-Tree. The SETAR-Forest\ncombines the forecasts provided by a collection of diverse\nSETAR-Trees during the forecasting process.",
  "License": "MIT + file LICENSE",
  "URL": "https://github.com/rakshitha123/setartree",
  "BugReports": "https://github.com/rakshitha123/setartree/issues",
  "Encoding": "UTF-8",
  "LazyData": "true",
  "Roxygen": "list(markdown = TRUE)",
  "RoxygenNote": "7.2.3",
  "Repository": "https://rakshitha123.r-universe.dev",
  "Date/Publication": "2023-08-24 07:49:05 UTC",
  "RemoteUrl": "https://github.com/rakshitha123/setartree",
  "RemoteRef": "HEAD",
  "RemoteSha": "6fdd5d8bf50f1d0f69d5d575dc80eec903c6a240",
  "RemoteSubdir": "setartree",
  "NeedsCompilation": "no",
  "Packaged": {
    "Date": "2026-05-26 10:04:18 UTC",
    "User": "root"
  },
  "Author": "Rakshitha Godahewa [cre, aut, cph],\nChristoph Bergmeir [aut],\nDaniel Schmidt [aut],\nGeoffrey Webb [ctb]",
  "MD5sum": "666cc97f817fe4c765336d9e577f35f5",
  "_user": "rakshitha123",
  "_type": "src",
  "_file": "setartree_0.2.1.tar.gz",
  "_fileid": "359ff178e392924e5dca7c0557cf240acf04685e8092f69f7ba19ef66d90ad3b",
  "_filesize": 151902,
  "_sha256": "359ff178e392924e5dca7c0557cf240acf04685e8092f69f7ba19ef66d90ad3b",
  "_created": "2026-05-26T10:04:18.000Z",
  "_published": "2026-05-26T10:06:51.805Z",
  "_distro": "noble",
  "_jobs": [
    {
      "job": 77851698625,
      "time": 108,
      "config": "linux-devel-x86_64",
      "r": "4.7.0",
      "check": "WARNING",
      "artifact": "7214280985"
    },
    {
      "job": 77851698562,
      "time": 103,
      "config": "linux-release-x86_64",
      "r": "4.6.0",
      "check": "WARNING",
      "artifact": "7214279134"
    },
    {
      "job": 77851698604,
      "time": 126,
      "config": "macos-oldrel-arm64",
      "r": "4.5.3",
      "check": "WARNING",
      "artifact": "7214280195"
    },
    {
      "job": 77851698635,
      "time": 115,
      "config": "macos-release-arm64",
      "r": "4.6.0",
      "check": "WARNING",
      "artifact": "7214276405"
    },
    {
      "job": 77851216115,
      "time": 178,
      "config": "source",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7214243351"
    },
    {
      "job": 77851698510,
      "time": 99,
      "config": "wasm-release",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7214277601"
    },
    {
      "job": 77851698547,
      "time": 65,
      "config": "windows-devel",
      "r": "4.7.0",
      "check": "WARNING",
      "artifact": "7214265889"
    },
    {
      "job": 77851698738,
      "time": 68,
      "config": "windows-oldrel",
      "r": "4.5.3",
      "check": "WARNING",
      "artifact": "7214266900"
    },
    {
      "job": 77851698610,
      "time": 88,
      "config": "windows-release",
      "r": "4.6.0",
      "check": "WARNING",
      "artifact": "7214274659"
    }
  ],
  "_buildurl": "https://github.com/r-universe/rakshitha123/actions/runs/26445645479",
  "_status": "success",
  "_host": "GitHub-Actions",
  "_upstream": "https://github.com/rakshitha123/setartree",
  "_commit": {
    "id": "6fdd5d8bf50f1d0f69d5d575dc80eec903c6a240",
    "author": "rakshithawg <rakshithagw@gmail.com>",
    "committer": "rakshithawg <rakshithagw@gmail.com>",
    "message": "Fixed a forest issue\n",
    "time": 1692863345
  },
  "_maintainer": {
    "name": "Rakshitha Godahewa",
    "email": "rakshithagw@gmail.com",
    "login": "rakshitha123",
    "description": "Postdoctoral Research Fellow",
    "uuid": 7654679
  },
  "_registered": true,
  "_dependencies": [
    {
      "package": "R",
      "version": ">= 3.5.0",
      "role": "Depends"
    },
    {
      "package": "stats",
      "role": "Imports"
    },
    {
      "package": "utils",
      "role": "Imports"
    },
    {
      "package": "methods",
      "role": "Imports"
    },
    {
      "package": "parallel",
      "role": "Imports"
    },
    {
      "package": "generics",
      "version": ">= 0.1.2",
      "role": "Imports"
    },
    {
      "package": "forecast",
      "role": "Suggests"
    }
  ],
  "_owner": "rakshitha123",
  "_selfowned": true,
  "_usedby": 0,
  "_updates": [],
  "_tags": [],
  "_stars": 2,
  "_contributors": [
    {
      "user": "rakshitha123",
      "count": 25,
      "uuid": 7654679
    },
    {
      "user": "cbergmeir",
      "count": 5,
      "uuid": 524058
    }
  ],
  "_userbio": {
    "uuid": 7654679,
    "type": "user",
    "name": "Rakshitha Godahewa",
    "description": "Postdoctoral Research Fellow"
  },
  "_downloads": {
    "count": 255,
    "source": "https://cranlogs.r-pkg.org/downloads/total/last-month/setartree"
  },
  "_devurl": "https://github.com/rakshitha123/setartree",
  "_searchresults": 5,
  "_rbuild": "4.6.0",
  "_assets": [
    "extra/citation.cff",
    "extra/citation.html",
    "extra/citation.json",
    "extra/citation.txt",
    "extra/contents.json",
    "extra/setartree.html",
    "manual.pdf"
  ],
  "_homeurl": "https://github.com/rakshitha123/setartree",
  "_realowner": "rakshitha123",
  "_cranurl": true,
  "_releases": [
    {
      "version": "0.1.0",
      "date": "2023-02-22"
    },
    {
      "version": "0.2.0",
      "date": "2023-08-21"
    },
    {
      "version": "0.2.1",
      "date": "2023-08-24"
    }
  ],
  "_exports": [
    "forecast",
    "setarforest",
    "setartree"
  ],
  "_datasets": [
    {
      "name": "chaotic_logistic_series",
      "title": "",
      "object": "chaotic_logistic_series",
      "class": [
        "list"
      ],
      "fields": [],
      "table": true,
      "tojson": true
    },
    {
      "name": "web_traffic_test",
      "title": "",
      "object": "web_traffic_test",
      "class": [
        "data.frame"
      ],
      "fields": [
        "Lag1",
        "Lag2",
        "Lag3",
        "Lag4",
        "Lag5",
        "Lag6",
        "Lag7",
        "Lag8",
        "Lag9",
        "Lag10",
        "Project"
      ],
      "rows": 5,
      "table": true,
      "tojson": true
    },
    {
      "name": "web_traffic_train",
      "title": "",
      "object": "web_traffic_train",
      "class": [
        "data.frame"
      ],
      "fields": [
        "y",
        "Lag1",
        "Lag2",
        "Lag3",
        "Lag4",
        "Lag5",
        "Lag6",
        "Lag7",
        "Lag8",
        "Lag9",
        "Lag10",
        "Project"
      ],
      "rows": 120,
      "table": true,
      "tojson": true
    }
  ],
  "_help": [],
  "_rundeps": [
    "generics"
  ],
  "_score": 2.3010299956639813,
  "_indexed": true,
  "_nocasepkg": "setartree",
  "_universes": [
    "rakshitha123"
  ],
  "_binaries": [
    {
      "r": "4.7.0",
      "os": "linux",
      "version": "0.2.1",
      "date": "2026-05-26T10:06:11.000Z",
      "distro": "noble",
      "commit": "6fdd5d8bf50f1d0f69d5d575dc80eec903c6a240",
      "fileid": "36a105d6e029784e8c23f9dffaf324cea1d7fad1c41813b97267e5da3c1c2a98",
      "status": "success",
      "check": "WARNING",
      "buildurl": "https://github.com/r-universe/rakshitha123/actions/runs/26445645479"
    },
    {
      "r": "4.6.0",
      "os": "linux",
      "version": "0.2.1",
      "date": "2026-05-26T10:06:07.000Z",
      "distro": "noble",
      "commit": "6fdd5d8bf50f1d0f69d5d575dc80eec903c6a240",
      "fileid": "37fae3465949318b248da79a082381b29d2c7b89f3391de93dcab89489954456",
      "status": "success",
      "check": "WARNING",
      "buildurl": "https://github.com/r-universe/rakshitha123/actions/runs/26445645479"
    },
    {
      "r": "4.5.3",
      "os": "mac",
      "version": "0.2.1",
      "date": "2026-05-26T10:06:12.000Z",
      "commit": "6fdd5d8bf50f1d0f69d5d575dc80eec903c6a240",
      "fileid": "962bf168cc7980578fe448b247015eac8fc7ebbffe3f9c8a73b7ee19e013e083",
      "status": "success",
      "check": "WARNING",
      "buildurl": "https://github.com/r-universe/rakshitha123/actions/runs/26445645479"
    },
    {
      "r": "4.6.0",
      "os": "mac",
      "version": "0.2.1",
      "date": "2026-05-26T10:06:01.000Z",
      "commit": "6fdd5d8bf50f1d0f69d5d575dc80eec903c6a240",
      "fileid": "56f0a9b3df06163d0b48c26e19d8a11c2d0a5f62e501e01b0af94b0e80e555d4",
      "status": "success",
      "check": "WARNING",
      "buildurl": "https://github.com/r-universe/rakshitha123/actions/runs/26445645479"
    },
    {
      "r": "4.6.0",
      "os": "wasm",
      "version": "0.2.1",
      "date": "2026-05-26T10:06:11.000Z",
      "commit": "6fdd5d8bf50f1d0f69d5d575dc80eec903c6a240",
      "fileid": "1fd435d97dfee1b21a07cc9138e5eb56cb6fd4eefae4ad0f57c4567c1994cf20",
      "status": "success",
      "buildurl": "https://github.com/r-universe/rakshitha123/actions/runs/26445645479"
    },
    {
      "r": "4.7.0",
      "os": "win",
      "version": "0.2.1",
      "date": "2026-05-26T10:05:24.000Z",
      "commit": "6fdd5d8bf50f1d0f69d5d575dc80eec903c6a240",
      "fileid": "dc963dce3c5626c582054abdada92b45d6416328cb5162e8c06c5917bec3081d",
      "status": "success",
      "check": "WARNING",
      "buildurl": "https://github.com/r-universe/rakshitha123/actions/runs/26445645479"
    },
    {
      "r": "4.5.3",
      "os": "win",
      "version": "0.2.1",
      "date": "2026-05-26T10:05:27.000Z",
      "commit": "6fdd5d8bf50f1d0f69d5d575dc80eec903c6a240",
      "fileid": "7dcaa8f8be1e73cbb8018fcc31424e6f026f185378c8878e41766edbd2d7252c",
      "status": "success",
      "check": "WARNING",
      "buildurl": "https://github.com/r-universe/rakshitha123/actions/runs/26445645479"
    },
    {
      "r": "4.6.0",
      "os": "win",
      "version": "0.2.1",
      "date": "2026-05-26T10:05:50.000Z",
      "commit": "6fdd5d8bf50f1d0f69d5d575dc80eec903c6a240",
      "fileid": "7eed2abcbc0d1648029ede598df7d6be748ef2c2fb4fbae06f47f0fa66a2573e",
      "status": "success",
      "check": "WARNING",
      "buildurl": "https://github.com/r-universe/rakshitha123/actions/runs/26445645479"
    }
  ]
}