{
  "_id": "6a2524094b233be198391ec2",
  "Package": "nonet",
  "Title": "Weighted Average Ensemble without Training Labels",
  "Version": "0.4.0",
  "Authors@R": "c(person(\"Aviral\", \"Vijay\", role = c(\"aut\", \"cre\"), email = \"aviral.vijay@gslab.com\"), person(\"Sameer\", \"Mahajan\", role = \"aut\", email = \"sameer.mahajan@gslab.com\"))",
  "Description": "It provides ensemble capabilities to supervised and\nunsupervised learning models predictions without using training\nlabels. It decides the relative weights of the different models\npredictions by using best models predictions as response\nvariable and rest of the mo. User can decide the best model,\ntherefore, It provides freedom to user to ensemble models based\non their design solutions.",
  "License": "MIT + file LICENSE",
  "Encoding": "UTF-8",
  "LazyData": "TRUE",
  "RoxygenNote": "6.1.1",
  "URL": "https://open.gslab.com/nonet/",
  "BugReports": "https://github.com/GSLabDev/nonet/issues",
  "VignetteBuilder": "knitr",
  "NeedsCompilation": "no",
  "Packaged": {
    "Date": "2026-06-07 07:51:10 UTC",
    "User": "root"
  },
  "Author": "Aviral Vijay [aut, cre], Sameer Mahajan [aut]",
  "Maintainer": "Aviral Vijay <aviral.vijay@gslab.com>",
  "Config/pak/sysreqs": "cmake libfontconfig1-dev libfreetype6-dev\nlibfribidi-dev make libharfbuzz-dev libicu-dev libjpeg-dev\nlibpng-dev libtiff-dev libuv1-dev libwebp-dev libxml2-dev\nlibssl-dev libx11-dev zlib1g-dev",
  "Repository": "https://aviralvijay-gslab.r-universe.dev",
  "Date/Publication": "2019-01-15 09:50:03 UTC",
  "RemoteUrl": "https://github.com/cran/nonet",
  "RemoteRef": "HEAD",
  "RemoteSha": "304487e49552d1e00b9f3e0f20227c960b9767b6",
  "MD5sum": "fced13ad328331f5b8a023da12e7ccf8",
  "_user": "aviralvijay-gslab",
  "_type": "src",
  "_file": "nonet_0.4.0.tar.gz",
  "_fileid": "aa062935e47e7efe87c0874379a185f53fe33ca363b59cda2d188cf3e9e0d634",
  "_filesize": 303798,
  "_sha256": "aa062935e47e7efe87c0874379a185f53fe33ca363b59cda2d188cf3e9e0d634",
  "_created": "2026-06-07T07:51:10.000Z",
  "_published": "2026-06-07T07:55:53.977Z",
  "_distro": "noble",
  "_jobs": [
    {
      "job": 79942201249,
      "time": 210,
      "config": "linux-devel-x86_64",
      "r": "4.7.0",
      "check": "NOTE",
      "artifact": "7462097107"
    },
    {
      "job": 79942201258,
      "time": 236,
      "config": "linux-release-x86_64",
      "r": "4.6.0",
      "check": "NOTE",
      "artifact": "7462100559"
    },
    {
      "job": 79942201253,
      "time": 198,
      "config": "macos-oldrel-arm64",
      "r": "4.5.3",
      "check": "NOTE",
      "artifact": "7462093794"
    },
    {
      "job": 79942201267,
      "time": 193,
      "config": "macos-release-arm64",
      "r": "4.6.0",
      "check": "NOTE",
      "artifact": "7462095351"
    },
    {
      "job": 79941982566,
      "time": 228,
      "config": "source",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7462071415"
    },
    {
      "job": 79942201252,
      "time": 150,
      "config": "wasm-release",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7462089823"
    },
    {
      "job": 79942201280,
      "time": 133,
      "config": "windows-devel",
      "r": "4.7.0",
      "check": "NOTE",
      "artifact": "7462087946"
    },
    {
      "job": 79942201271,
      "time": 155,
      "config": "windows-oldrel",
      "r": "4.5.3",
      "check": "NOTE",
      "artifact": "7462090260"
    },
    {
      "job": 79942201274,
      "time": 144,
      "config": "windows-release",
      "r": "4.6.0",
      "check": "NOTE",
      "artifact": "7462089128"
    }
  ],
  "_buildurl": "https://github.com/r-universe/aviralvijay-gslab/actions/runs/27086526777",
  "_status": "success",
  "_host": "GitHub-Actions",
  "_upstream": "https://github.com/cran/nonet",
  "_commit": {
    "id": "304487e49552d1e00b9f3e0f20227c960b9767b6",
    "author": "Aviral Vijay <aviral.vijay@gslab.com>",
    "committer": "cran-robot <csardi.gabor+cran@gmail.com>",
    "message": "version 0.4.0\n",
    "time": 1547545803
  },
  "_maintainer": {
    "name": "Aviral Vijay",
    "email": "aviral.vijay@gslab.com",
    "login": "aviralvijay-gslab",
    "description": "Data Scientist\n",
    "uuid": 41198318
  },
  "_registered": true,
  "_dependencies": [
    {
      "package": "R",
      "version": ">= 3.5.0",
      "role": "Depends"
    },
    {
      "package": "caret",
      "version": ">= 6.0.78",
      "role": "Imports"
    },
    {
      "package": "dplyr",
      "role": "Imports"
    },
    {
      "package": "randomForest",
      "role": "Imports"
    },
    {
      "package": "ggplot2",
      "role": "Imports"
    },
    {
      "package": "rlist",
      "version": ">= 0.4.6.1",
      "role": "Imports"
    },
    {
      "package": "glmnet",
      "role": "Imports"
    },
    {
      "package": "tidyverse",
      "role": "Imports"
    },
    {
      "package": "e1071",
      "role": "Imports"
    },
    {
      "package": "purrr",
      "role": "Imports"
    },
    {
      "package": "pROC",
      "version": ">= 1.13.0",
      "role": "Imports"
    },
    {
      "package": "rlang",
      "version": ">= 0.2.1",
      "role": "Imports"
    },
    {
      "package": "testthat",
      "role": "Suggests"
    },
    {
      "package": "knitr",
      "role": "Suggests"
    },
    {
      "package": "rmarkdown",
      "role": "Suggests"
    },
    {
      "package": "ClusterR",
      "role": "Suggests"
    }
  ],
  "_owner": "cran",
  "_selfowned": true,
  "_usedby": 0,
  "_updates": [],
  "_tags": [],
  "_stars": 1,
  "_contributors": [
    {
      "user": "aviralvijay-gslab",
      "count": 2,
      "uuid": 41198318
    }
  ],
  "_userbio": {
    "uuid": 41198318,
    "type": "user",
    "name": "Aviral Vijay",
    "description": "Data Scientist\r\n"
  },
  "_downloads": {
    "count": 29,
    "source": "https://cranlogs.r-pkg.org/downloads/total/last-month/nonet"
  },
  "_devurl": "https://github.com/gslabdev/nonet",
  "_searchresults": 24,
  "_rbuild": "4.6.0",
  "_assets": [
    "extra/citation.cff",
    "extra/citation.html",
    "extra/citation.json",
    "extra/citation.txt",
    "extra/contents.json",
    "extra/nonet.html",
    "extra/readme.html",
    "extra/readme.md",
    "manual.pdf"
  ],
  "_realowner": "aviralvijay-gslab",
  "_cranurl": false,
  "_releases": [
    {
      "version": "0.3.0",
      "date": "2018-12-31"
    },
    {
      "version": "0.4.0",
      "date": "2019-01-15"
    }
  ],
  "_exports": [
    "nonet_ensemble",
    "nonet_plot"
  ],
  "_datasets": [
    {
      "name": "banknote_authentication",
      "title": "Bank Note Authentication Data Set",
      "object": "banknote_authentication",
      "class": [
        "data.frame"
      ],
      "fields": [
        "variance",
        "skewness",
        "curtosis",
        "entropy",
        "class"
      ],
      "rows": 1372,
      "table": true,
      "tojson": true
    }
  ],
  "_help": [
    {
      "page": "banknote_authentication",
      "title": "Bank Note Authentication Data Set",
      "topics": [
        "banknote_authentication"
      ]
    },
    {
      "page": "nonet_ensemble",
      "title": "Ensemble Prediction without using training labels",
      "topics": [
        "nonet_ensemble"
      ]
    },
    {
      "page": "nonet_plot",
      "title": "Plot the predictions or results of nonet_ensemble",
      "topics": [
        "nonet_plot"
      ]
    }
  ],
  "_readme": "https://github.com/cran/nonet/raw/HEAD/README.md",
  "_rundeps": [
    "askpass",
    "backports",
    "base64enc",
    "bit",
    "bit64",
    "blob",
    "broom",
    "bslib",
    "cachem",
    "callr",
    "caret",
    "cellranger",
    "class",
    "cli",
    "clipr",
    "clock",
    "codetools",
    "conflicted",
    "cpp11",
    "crayon",
    "curl",
    "data.table",
    "DBI",
    "dbplyr",
    "diagram",
    "digest",
    "dplyr",
    "dtplyr",
    "e1071",
    "evaluate",
    "farver",
    "fastmap",
    "fontawesome",
    "forcats",
    "foreach",
    "fs",
    "future",
    "future.apply",
    "gargle",
    "generics",
    "ggplot2",
    "glmnet",
    "globals",
    "glue",
    "googledrive",
    "googlesheets4",
    "gower",
    "gtable",
    "hardhat",
    "haven",
    "highr",
    "hms",
    "htmltools",
    "httr",
    "ids",
    "ipred",
    "isoband",
    "iterators",
    "jquerylib",
    "jsonlite",
    "KernSmooth",
    "knitr",
    "labeling",
    "lattice",
    "lava",
    "lifecycle",
    "listenv",
    "lubridate",
    "magrittr",
    "MASS",
    "Matrix",
    "memoise",
    "mime",
    "ModelMetrics",
    "modelr",
    "nlme",
    "nnet",
    "numDeriv",
    "openssl",
    "otel",
    "parallelly",
    "pillar",
    "pkgconfig",
    "plyr",
    "prettyunits",
    "pROC",
    "processx",
    "prodlim",
    "progress",
    "progressr",
    "proxy",
    "ps",
    "purrr",
    "R6",
    "ragg",
    "randomForest",
    "rappdirs",
    "RColorBrewer",
    "Rcpp",
    "RcppEigen",
    "readr",
    "readxl",
    "recipes",
    "rematch",
    "rematch2",
    "reprex",
    "reshape2",
    "rlang",
    "rlist",
    "rmarkdown",
    "rpart",
    "rstudioapi",
    "rvest",
    "S7",
    "sass",
    "scales",
    "selectr",
    "shape",
    "sparsevctrs",
    "SQUAREM",
    "stringi",
    "stringr",
    "survival",
    "sys",
    "systemfonts",
    "textshaping",
    "tibble",
    "tidyr",
    "tidyselect",
    "tidyverse",
    "timechange",
    "timeDate",
    "tinytex",
    "tzdb",
    "utf8",
    "uuid",
    "vctrs",
    "viridisLite",
    "vroom",
    "withr",
    "xfun",
    "XML",
    "xml2",
    "yaml"
  ],
  "_vignettes": [
    {
      "source": "nonet_ensemble_class.Rmd",
      "filename": "nonet_ensemble_class.html",
      "title": "nonet_ensemble classification with nonet_plot",
      "engine": "knitr::rmarkdown",
      "headings": [
        "nonet provides ensemble capabilities for classification problems.",
        "Load the required libraries",
        "Load the banknote_authentication dataset and explore it.",
        "Converting datatype of class variable into factor which have two classes Yes and No.",
        "Spliting the dataset into train and test.",
        "Feature selection using rfe in caret",
        "Model Training: Random forest",
        "Model Training: neural network",
        "Predictions on testSet in probabilities",
        "Predictions on testSet in raw form i.e in levels",
        "Create the stack of prediction probabilities for the class of Yes",
        "Applying naming to the Stack_object",
        "Convet list object into dataframe",
        "nonet_ensemble",
        "Convert probabilities into factor levels.",
        "Evaluation Matrix: nonet",
        "Result Plotting: nonet_plot",
        "nonet_plot for the result of nonet_ensemble  models predictions",
        "nonet_plot for the result of random forest model's predictions",
        "nonet_plot for the result of neural network model's predictions",
        "Conclusion"
      ],
      "created": "2018-12-31 21:20:03",
      "modified": "2019-01-15 09:50:03",
      "commits": 2
    },
    {
      "source": "nonet_ensemble_clustering.Rmd",
      "filename": "nonet_ensemble_clustering.html",
      "title": "nonet_ensemble Clustering with nonet_plot",
      "engine": "knitr::rmarkdown",
      "headings": [
        "nonet provides ensemble capabilities for Clustering problems.",
        "Load the required libraries",
        "Setting the seed",
        "Load the banknote_authentication dataset and explore it.",
        "Converting datatype of class variable into factors.",
        "First GMM Model",
        "Splitting the data into train and test.",
        "Exploring the dimensions of trainSet and testSet",
        "Model Training",
        "#### Predictions using first GMM",
        "Converting probability into classes",
        "Second GMM Model",
        "Spliting training set into two parts based on outcome: 75% and 25%",
        "Feature selection using rfe in caret",
        "Model Training: Second",
        "Predictions using Second GMM",
        "Converting Prediction Probabilities into classes",
        "Create the stack of predictions",
        "Applying naming to the Stack_object",
        "nonet_ensemble",
        "Result Plotting: nonet_plot",
        "Creating the list of cluster probabilities",
        "Applying name to the predictions",
        "Converting list object into dataframe",
        "nonet_plot for nonet_ensemble model's predictions in histogram",
        "nonet_plot for the first GMM model's predictions in histogram",
        "nonet_plot for the Second GMM model's predictions in histogram",
        "Conclusion"
      ],
      "created": "2018-12-31 21:20:03",
      "modified": "2019-01-15 09:50:03",
      "commits": 2
    },
    {
      "source": "nonet_ensemble_reg.Rmd",
      "filename": "nonet_ensemble_reg.html",
      "title": "nonet_ensemble regression with nonet_plot",
      "engine": "knitr::rmarkdown",
      "headings": [
        "nonet provides ensemble capabilities for regression problems.",
        "Load the required libraries",
        "Load the banknote_authentication dataset and explore it.",
        "First Linear Regression Model",
        "Splitting the data into train and test.",
        "Feature selection using rfe in caret",
        "Model Training",
        "Predictions on testSet",
        "Second Linear Regression Model",
        "Create the stack of predictions",
        "Applying naming to the Stack_object",
        "nonet_ensemble",
        "Creating the dataframe of nonet predictions and actual testSet labels to compute the accuracy",
        "Evaluation Matrix",
        "Result Plotting: nonet_plot",
        "nonet_plot in histogram for the Actual labels in the testSet",
        "nonet_plot in histogram for the nonet_ensemble predictions",
        "Conclusion"
      ],
      "created": "2018-12-31 21:20:03",
      "modified": "2019-01-15 09:50:03",
      "commits": 2
    }
  ],
  "_score": 3.556302500767287,
  "_indexed": true,
  "_nocasepkg": "nonet",
  "_universes": [
    "aviralvijay-gslab",
    "gslabdev"
  ],
  "_binaries": [
    {
      "r": "4.7.0",
      "os": "linux",
      "version": "0.4.0",
      "date": "2026-06-07T07:54:01.000Z",
      "distro": "noble",
      "commit": "304487e49552d1e00b9f3e0f20227c960b9767b6",
      "fileid": "32167549af284983b0b9484b5d858d2eafaf13df5a6157e2eae131be6799351f",
      "status": "success",
      "check": "NOTE",
      "buildurl": "https://github.com/r-universe/aviralvijay-gslab/actions/runs/27086526777"
    },
    {
      "r": "4.6.0",
      "os": "linux",
      "version": "0.4.0",
      "date": "2026-06-07T07:54:30.000Z",
      "distro": "noble",
      "commit": "304487e49552d1e00b9f3e0f20227c960b9767b6",
      "fileid": "cf9ab64376f591ab91b57a96cbef638ff693a4b48cbe40478f61a4fb17b21ac5",
      "status": "success",
      "check": "NOTE",
      "buildurl": "https://github.com/r-universe/aviralvijay-gslab/actions/runs/27086526777"
    },
    {
      "r": "4.5.3",
      "os": "mac",
      "version": "0.4.0",
      "date": "2026-06-07T07:53:49.000Z",
      "commit": "304487e49552d1e00b9f3e0f20227c960b9767b6",
      "fileid": "d020792087167cecb7322d8766bac5e76e0bf62ad08018d984512543c58b1b1f",
      "status": "success",
      "check": "NOTE",
      "buildurl": "https://github.com/r-universe/aviralvijay-gslab/actions/runs/27086526777"
    },
    {
      "r": "4.6.0",
      "os": "mac",
      "version": "0.4.0",
      "date": "2026-06-07T07:54:04.000Z",
      "commit": "304487e49552d1e00b9f3e0f20227c960b9767b6",
      "fileid": "45298fc1bb71e355a1f71658184df024c3e605f5ca87d36d1f424976756039ec",
      "status": "success",
      "check": "NOTE",
      "buildurl": "https://github.com/r-universe/aviralvijay-gslab/actions/runs/27086526777"
    },
    {
      "r": "4.6.0",
      "os": "wasm",
      "version": "0.4.0",
      "date": "2026-06-07T07:54:06.000Z",
      "commit": "304487e49552d1e00b9f3e0f20227c960b9767b6",
      "fileid": "1a1df0f367c8a4e4a104c26e28a706cc251bc60ed1106939def82c34b31c6f82",
      "status": "success",
      "buildurl": "https://github.com/r-universe/aviralvijay-gslab/actions/runs/27086526777"
    },
    {
      "r": "4.7.0",
      "os": "win",
      "version": "0.4.0",
      "date": "2026-06-07T07:52:41.000Z",
      "commit": "304487e49552d1e00b9f3e0f20227c960b9767b6",
      "fileid": "9b128ad0890b2b62fdfd90b3bdf6b3ca4221097b43e1b1b8471449bb3f235c31",
      "status": "success",
      "check": "NOTE",
      "buildurl": "https://github.com/r-universe/aviralvijay-gslab/actions/runs/27086526777"
    },
    {
      "r": "4.5.3",
      "os": "win",
      "version": "0.4.0",
      "date": "2026-06-07T07:52:58.000Z",
      "commit": "304487e49552d1e00b9f3e0f20227c960b9767b6",
      "fileid": "e3b3160fc15cac872ba8a8a223dfc74981d89322f3f047a4cf2847f9e026fb9e",
      "status": "success",
      "check": "NOTE",
      "buildurl": "https://github.com/r-universe/aviralvijay-gslab/actions/runs/27086526777"
    },
    {
      "r": "4.6.0",
      "os": "win",
      "version": "0.4.0",
      "date": "2026-06-07T07:52:50.000Z",
      "commit": "304487e49552d1e00b9f3e0f20227c960b9767b6",
      "fileid": "a2759074326ef9ddba2717d386b531a4489c6998c47d5a3bd08818b658bd1c49",
      "status": "success",
      "check": "NOTE",
      "buildurl": "https://github.com/r-universe/aviralvijay-gslab/actions/runs/27086526777"
    }
  ]
}