Package: AutoScore Type: Package Title: An Interpretable Machine Learning-Based Automatic Clinical Score Generator Version: 1.1.0 Date: 2022-08-27 Authors@R: c(person("Feng", "Xie", role = c("aut","cre"), comment = c(ORCID = "0000-0002-0215-667X"), email= "xief@u.duke.nus.edu"), person("Yilin", "Ning", role = c("aut"), comment = c(ORCID = "0000-0002-6758-4472"), email= "yilin.ning@duke-nus.edu.sg"), person("Han", "Yuan", role = c("aut"), comment = c(ORCID = "0000-0002-2674-6068"), email= "yuan.han@u.duke.nus.edu"), person("Mingxuan", "Liu", role = c("aut"), comment = c(ORCID = "0000-0002-4274-9613"), email= "e0572499@u.nus.edu"), person("Siqi", "Li", role = c("aut"), comment = c(ORCID = "0000-0002-1660-105X"), email= "siqili@u.duke.nus.edu"), person("Ehsan", "Saffari", role = c("aut"), comment = c(ORCID = "0000-0002-6473-4375"), email = "ehsan.saffari@duke-nus.edu.sg"), person("Bibhas", "Chakraborty", role = c("aut"), comment = c(ORCID = "0000-0002-7366-0478"), email = "bibhas.chakraborty@duke-nus.edu.sg"), person("Nan", "Liu", role = c("aut"), comment = c(ORCID = "0000-0003-3610-4883"), email = "liu.nan@duke-nus.edu.sg")) URL: https://github.com/nliulab/AutoScore BugReports: https://github.com/nliulab/AutoScore/issues Description: A novel interpretable machine learning-based framework to automate the development of a clinical scoring model for predefined outcomes. Our novel framework consists of six modules: variable ranking with machine learning, variable transformation, score derivation, model selection, domain knowledge-based score fine-tuning, and performance evaluation.The details are described in our research paper. Users or clinicians could seamlessly generate parsimonious sparse-score risk models (i.e., risk scores), which can be easily implemented and validated in clinical practice. We hope to see its application in various medical case studies. License: GPL (>= 2) Encoding: UTF-8 LazyData: true RoxygenNote: 7.3.2 Imports: tableone, pROC, randomForest, ggplot2, knitr, Hmisc, car, dplyr, ordinal, survival, tidyr, plotly, magrittr, randomForestSRC, rlang, survAUC, survminer Depends: R (>= 3.5.0) VignetteBuilder: knitr Suggests: rpart, rmarkdown Config/pak/sysreqs: cmake libglpk-dev make libicu-dev libjpeg-dev libpng-dev libuv1-dev libxml2-dev libssl-dev libx11-dev zlib1g-dev Repository: https://nliulab.r-universe.dev Date/Publication: 2025-11-29 06:34:05 UTC RemoteUrl: https://github.com/nliulab/autoscore RemoteRef: HEAD RemoteSha: eb5a2d9e822bc07b34c5f0150c37fa6c8812d15e NeedsCompilation: no Packaged: 2026-07-04 02:20:51 UTC; root Author: Feng Xie [aut, cre] (ORCID: ), Yilin Ning [aut] (ORCID: ), Han Yuan [aut] (ORCID: ), Mingxuan Liu [aut] (ORCID: ), Siqi Li [aut] (ORCID: ), Ehsan Saffari [aut] (ORCID: ), Bibhas Chakraborty [aut] (ORCID: ), Nan Liu [aut] (ORCID: ) Maintainer: Feng Xie