Search results

  1. cran.r-project.org/web/packages/glmnet/​glmnet.pdf
    File format: Adobe PDF
    R topics documented: glmnet-package . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .2 ... standardize.response=FALSE,type.multinomial=c ...
  2. cran.r-project.org/web/packages/caret/​caret.pdf
    File format: Adobe PDF
    ... glmnet (>= 1.8), gpls, grid, hda, ... repeats = 5, bag = FALSE, allowParallel = TRUE, ... http://caret.r-forge.r-project.org/ has more details and examples re-
  3. cran.r-project.org/web/packages/glmnet/​index.html   Cached
    glmnet citation info: In views: MachineLearning: CRAN checks: glmnet results: Downloads: Package source: glmnet_1.9-3.tar.gz : ... caret, catdata, fscaret, pmml, ...
  4. stackoverflow.com/.../17032264/big-​matrix-to-run-glmnet   Cached
    I am having a problem to run glmnet ... data) model <- cv.glmnet(X, class, standardize=FALSE ... Error with the train function in caret, when using glmnet ...
  5. www.mail-archive.com/r-help@r-​project.org/msg130009.html   Cached
    ... I used glmnet with standardize=FALSE option because of presence of categorical variables. x15std <- matrix(c(x1,x2,x3,x4,x5,x6,x7,x8,x9,x10,x11,x12,x13,x14,x15) ...
  6. www.inside-r.org/packages/cran/glmnet/​docs/glmnet   Cached
    glmnet relies on its warms starts for speed, ... (default=TRUE) or set to zero (FALSE) thresh ... best to supply a standardized y.
  7. tolstoy.newcastle.edu.au/R/e13/help/11/​03/8544.html   Cached
    fit.1 <- glmnet(x15std, y, family="binomial", standardize=FALSE) fit.1cv <- cv.glmnet ... fit.2 <- glmnet(x15std, y, family="binomial", standardize=FALSE, alpha=0.5 ...
  8. comments.gmane.org/​gmane.comp.lang.r.hpc/1179   Cached
    I want to run the cv.glmnet function with the same data (y and x) with different values on the alpha parameter determined by the number of cores, but the result is ...
  9. r.789695.n4.nabble.com/using-glmnet-for-​the-dataset-with...   Cached
    using glmnet for the dataset with continuous and categorical. Dear R users, if all my continuous variables in my datasets having the same units, may I leave them ...
  10. tolstoy.newcastle.edu.au/R/e14/help/11/​06/5009.html   Cached
    [R] Glmnet Variable Questions. ... should glmnet be run with manually centered and standardized continuous variables, ... and with standardize = FALSE. 2.