{
  "_id": "6a102c13acfb0bcc41c92e55",
  "Package": "CVST",
  "Type": "Package",
  "Title": "Fast Cross-Validation via Sequential Testing",
  "Version": "0.2-3",
  "Date": "2022-02-19",
  "Author": "Tammo Krueger, Mikio Braun",
  "Maintainer": "Tammo Krueger <tammokrueger@googlemail.com>",
  "Description": "The fast cross-validation via sequential testing (CVST)\nprocedure is an improved cross-validation procedure which uses\nnon-parametric testing coupled with sequential analysis to\ndetermine the best parameter set on linearly increasing subsets\nof the data. By eliminating under-performing candidates quickly\nand keeping promising candidates as long as possible, the\nmethod speeds up the computation while preserving the\ncapability of a full cross-validation. Additionally to the CVST\nthe package contains an implementation of the ordinary k-fold\ncross-validation with a flexible and powerful set of helper\nobjects and methods to handle the overall model selection\nprocess. The implementations of the Cochran's Q test with\npermutations and the sequential testing framework of Wald are\ngeneric and can therefore also be used in other contexts.",
  "License": "GPL (>= 2.0)",
  "NeedsCompilation": "no",
  "Packaged": {
    "Date": "2026-05-13 06:21:13 UTC",
    "User": "root"
  },
  "Repository": "https://cran.r-universe.dev",
  "Date/Publication": "2022-02-21 17:40:02 UTC",
  "RemoteUrl": "https://github.com/cran/CVST",
  "RemoteRef": "HEAD",
  "RemoteSha": "1be4c2648199047aa8b14f180decb93a5a184ae4",
  "MD5sum": "0b5d67783893d0bdb1d62b73998d812d",
  "_user": "cran",
  "_type": "src",
  "_file": "CVST_0.2-3.tar.gz",
  "_fileid": "da7b2c32badc7e44b32111b1f7721aedd20c632636cd35f2692b2ab722a61684",
  "_filesize": 149844,
  "_sha256": "da7b2c32badc7e44b32111b1f7721aedd20c632636cd35f2692b2ab722a61684",
  "_created": "2026-05-13T06:21:13.000Z",
  "_published": "2026-05-22T10:12:35.160Z",
  "_distro": "noble",
  "_jobs": [
    {
      "job": 77359455649,
      "time": 125,
      "config": "linux-devel-x86_64",
      "r": "4.7.0",
      "check": "OK",
      "artifact": "6963025804"
    },
    {
      "job": 77359456015,
      "time": 124,
      "config": "linux-release-x86_64",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "6963025594"
    },
    {
      "job": 77359455162,
      "time": 159,
      "config": "source",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "6962995834"
    },
    {
      "job": 77359455286,
      "time": 100,
      "config": "wasm-release",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7158068483"
    }
  ],
  "_buildurl": "https://github.com/r-universe/cran/actions/runs/25781948055",
  "_status": "success",
  "_host": "GitHub-Actions",
  "_upstream": "https://github.com/cran/CVST",
  "_commit": {
    "id": "1be4c2648199047aa8b14f180decb93a5a184ae4",
    "author": "Tammo Krueger <tammokrueger@googlemail.com>",
    "committer": "cran-robot <csardi.gabor+cran@gmail.com>",
    "message": "version 0.2-3\n",
    "time": 1645465202
  },
  "_maintainer": {
    "name": "Tammo Krueger",
    "email": "tammokrueger@googlemail.com"
  },
  "_registered": true,
  "_dependencies": [
    {
      "package": "kernlab",
      "role": "Depends"
    },
    {
      "package": "Matrix",
      "role": "Depends"
    }
  ],
  "_owner": "cran",
  "_selfowned": false,
  "_usedby": 3,
  "_updates": [],
  "_tags": [],
  "_stars": 0,
  "_userbio": {
    "uuid": 6899542,
    "type": "organization",
    "name": "cran",
    "description": "Unofficial read-only mirror of all CRAN R packages"
  },
  "_downloads": {
    "count": 5741,
    "source": "https://cranlogs.r-pkg.org/downloads/total/last-month/CVST"
  },
  "_mentions": 8,
  "_searchresults": 39,
  "_rbuild": "4.6.0",
  "_assets": [
    "extra/citation.cff",
    "extra/citation.html",
    "extra/citation.json",
    "extra/citation.txt",
    "extra/contents.json",
    "extra/CVST.html",
    "extra/readme.html",
    "extra/readme.md",
    "manual.pdf"
  ],
  "_realowner": "cran",
  "_cranurl": false,
  "_releases": [
    {
      "version": "0.1",
      "date": "2012-11-09"
    },
    {
      "version": "0.2",
      "date": "2013-04-16"
    },
    {
      "version": "0.2-1",
      "date": "2013-12-10"
    },
    {
      "version": "0.2-2",
      "date": "2018-05-26"
    },
    {
      "version": "0.2-3",
      "date": "2022-02-21"
    }
  ],
  "_exports": [
    "blocks",
    "bumps",
    "cochranq.test",
    "constructCVSTModel",
    "constructData",
    "constructKlogRegLearner",
    "constructKRRLearner",
    "constructLearner",
    "constructParams",
    "constructSequentialTest",
    "constructSVMLearner",
    "constructSVRLearner",
    "CV",
    "doppler",
    "fastCV",
    "getCVSTTest",
    "getN",
    "getSubset",
    "getX",
    "heavisine",
    "isClassification",
    "isRegression",
    "noisyDonoho",
    "noisySinc",
    "noisySine",
    "plotSequence",
    "shuffleData",
    "testSequence"
  ],
  "_help": [
    {
      "page": "CVST-package",
      "title": "Fast Cross-Validation via Sequential Testing",
      "topics": [
        "CVST-package",
        "CVST"
      ]
    },
    {
      "page": "cochranq.test",
      "title": "Cochran's Q Test with Permutation",
      "topics": [
        "cochranq.test"
      ]
    },
    {
      "page": "constructCVSTModel",
      "title": "Setup for a CVST Run.",
      "topics": [
        "constructCVSTModel"
      ]
    },
    {
      "page": "constructData",
      "title": "Construction and Handling of 'CVST.data' Objects",
      "topics": [
        "constructData",
        "getN",
        "getSubset",
        "getX",
        "isClassification",
        "isRegression",
        "shuffleData"
      ]
    },
    {
      "page": "constructLearner",
      "title": "Construction of Specific Learners for CVST",
      "topics": [
        "constructKlogRegLearner",
        "constructKRRLearner",
        "constructLearner",
        "constructSVMLearner",
        "constructSVRLearner"
      ]
    },
    {
      "page": "constructParams",
      "title": "Construct a Grid of Parameters",
      "topics": [
        "constructParams"
      ]
    },
    {
      "page": "constructSequentialTest",
      "title": "Construct and Handle Sequential Tests.",
      "topics": [
        "constructSequentialTest",
        "getCVSTTest",
        "plotSequence",
        "testSequence"
      ]
    },
    {
      "page": "CV",
      "title": "Perform a k-fold Cross-validation",
      "topics": [
        "CV"
      ]
    },
    {
      "page": "fastCV",
      "title": "The Fast Cross-Validation via Sequential Testing (CVST) Procedure",
      "topics": [
        "fastCV"
      ]
    },
    {
      "page": "noisyDonoho",
      "title": "Generate Donoho's Toy Data Sets",
      "topics": [
        "blocks",
        "bumps",
        "doppler",
        "heavisine",
        "noisyDonoho"
      ]
    },
    {
      "page": "noisySine",
      "title": "Regression and Classification Toy Data Set",
      "topics": [
        "noisySinc",
        "noisySine"
      ]
    }
  ],
  "_readme": "https://github.com/cran/CVST/raw/HEAD/README.md",
  "_rundeps": [
    "kernlab",
    "lattice",
    "Matrix"
  ],
  "_score": 4.906354654661405,
  "_indexed": true,
  "_nocasepkg": "cvst",
  "_universes": [
    "cran"
  ],
  "_binaries": [
    {
      "r": "4.7.0",
      "os": "linux",
      "version": "0.2-3",
      "date": "2026-05-13T06:23:02.000Z",
      "distro": "noble",
      "commit": "1be4c2648199047aa8b14f180decb93a5a184ae4",
      "fileid": "8430b44005a78b614f265781e44a7ca4b17ca755ced90e2f7ecb4914ec35c2eb",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/cran/actions/runs/25781948055"
    },
    {
      "r": "4.6.0",
      "os": "linux",
      "version": "0.2-3",
      "date": "2026-05-13T06:22:59.000Z",
      "distro": "noble",
      "commit": "1be4c2648199047aa8b14f180decb93a5a184ae4",
      "fileid": "e500c92f850a74e68d8caa8f607713f070979c64a33d3342183473679f177b1c",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/cran/actions/runs/25781948055"
    },
    {
      "r": "4.6.0",
      "os": "wasm",
      "version": "0.2-3",
      "date": "2026-05-22T10:12:20.000Z",
      "commit": "1be4c2648199047aa8b14f180decb93a5a184ae4",
      "fileid": "3eeaf1167daa1d690a74b34b113f5fc686c45f8120b3d199dc4b2661150a73e2",
      "status": "success",
      "buildurl": "https://github.com/r-universe/cran/actions/runs/25781948055"
    }
  ]
}