Skip to content
/ nonet Public

❗ This is a read-only mirror of the CRAN R package repository. nonet — Weighted Average Ensemble without Training Labels. Homepage: https://open.gslab.com/nonet/ Report bugs for this package: https://github.com/GSLabDev/nonet/issues

License

Notifications You must be signed in to change notification settings

cran/nonet

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

nonet

nonet is a unified solution for weighted average ensemble in supervised and unsupervised learning environment. It is a novel approach to provide weighted average ensembled predictions without using labels from outcome or response variable for weight computation. In a nutshell, nonet can be used in two scenarios:

  • This approach can be used in the unsupervised environment where outcome labels not available.
  • This approach can be used to impute the missing values in the real-time scenarios in supervised and unsupervised environment because nonet does not require training labels to compute the weights for ensemble.

Getting Started:

one of the best way to start with this project is, have a look at vignettes. Vignettes provides clear idea about how nonet can contribute to ensemble different models all together.

nonet also available on Github Page

Installtion

This package can be downloaded from github using devtools:

  • devtools::install_github("GSLabDev/nonet")

nonet uses below mentioned R version & packages:-

Requirements

  • R (>= 3.5.1)

Used packages:

  • caret (>= 6.0.78),
  • dplyr,
  • randomForest,
  • ggplot2,
  • rlist (>= 0.4.6.1),
  • glmnet,
  • tidyverse,
  • e1071,
  • purrr,
  • pROC (>= 1.13.0),
  • rlang (>= 0.2.1),

Contribution

nonet welcomes you to contribute and suggest the improvement. Kindly raise the pull request for enhancement and raise the issue if you find any bugs.

for more details and support, one can reach out to us:

About

❗ This is a read-only mirror of the CRAN R package repository. nonet — Weighted Average Ensemble without Training Labels. Homepage: https://open.gslab.com/nonet/ Report bugs for this package: https://github.com/GSLabDev/nonet/issues

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages