Learn R Programming

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:

Copy Link

Version

Install

install.packages('nonet')

Monthly Downloads

175

Version

0.4.0

License

MIT + file LICENSE

Maintainer

Aviral Vijay

Last Published

January 15th, 2019

Functions in nonet (0.4.0)

nonet_plot

Plot the predictions or results of nonet_ensemble
nonet_ensemble

Ensemble Prediction without using training labels
banknote_authentication

Bank Note Authentication Data Set