glmnetr (Q74813): Difference between revisions

From MaRDI portal
Importer (talk | contribs)
Removed claim: imports (P585): survival (Q16541)
Added link to MaRDI item.
 
(10 intermediate revisions by 2 users not shown)
Property / last update
10 May 2023
Timestamp+2023-05-10T00:00:00Z
Timezone+00:00
CalendarGregorian
Precision1 day
Before0
After0
 
Property / last update: 10 May 2023 / rank
Normal rank
 
Property / imports
 
Property / imports: Matrix / rank
Normal rank
 
Property / imports
 
Property / imports: rpart / rank
Normal rank
 
Property / imports
 
Property / imports: xgboost / rank
Normal rank
 
Property / imports
 
Property / imports: smoof / rank
Normal rank
 
Property / imports
 
Property / imports: ParamHelpers / rank
Normal rank
 
Property / imports
 
Property / imports: torch / rank
Normal rank
 
Property / software version identifier
 
0.1-1
Property / software version identifier: 0.1-1 / rank
 
Normal rank
Property / software version identifier: 0.1-1 / qualifier
 
publication date: 14 December 2022
Timestamp+2022-12-14T00:00:00Z
Timezone+00:00
CalendarGregorian
Precision1 day
Before0
After0
Property / software version identifier
 
0.2-1
Property / software version identifier: 0.2-1 / rank
 
Normal rank
Property / software version identifier: 0.2-1 / qualifier
 
publication date: 7 June 2023
Timestamp+2023-06-07T00:00:00Z
Timezone+00:00
CalendarGregorian
Precision1 day
Before0
After0
Property / software version identifier
 
0.3-1
Property / software version identifier: 0.3-1 / rank
 
Normal rank
Property / software version identifier: 0.3-1 / qualifier
 
publication date: 10 August 2023
Timestamp+2023-08-10T00:00:00Z
Timezone+00:00
CalendarGregorian
Precision1 day
Before0
After0
Property / software version identifier
 
0.4-1
Property / software version identifier: 0.4-1 / rank
 
Normal rank
Property / software version identifier: 0.4-1 / qualifier
 
publication date: 9 January 2024
Timestamp+2024-01-09T00:00:00Z
Timezone+00:00
CalendarGregorian
Precision1 day
Before0
After0
Property / software version identifier
 
0.4-2
Property / software version identifier: 0.4-2 / rank
 
Normal rank
Property / software version identifier: 0.4-2 / qualifier
 
publication date: 9 February 2024
Timestamp+2024-02-09T00:00:00Z
Timezone+00:00
CalendarGregorian
Precision1 day
Before0
After0
Property / last update
 
9 February 2024
Timestamp+2024-02-09T00:00:00Z
Timezone+00:00
CalendarGregorian
Precision1 day
Before0
After0
Property / last update: 9 February 2024 / rank
 
Normal rank
Property / description
 
Cross validation informed Relaxed LASSO, Artificial Neural Network (ANN), gradient boosting machine ('xgboost'), Random Forest ('RandomForestSRC'), Recursive Partitioning ('RPART') or step wise regression models are fit. Nested cross validation (or analogous for the random forest) to estimate and compare performances between these models is used to describe model performances. For some datasets, for example when the design matrix is not of full rank, 'glmnet' may have very long run times when fitting the relaxed lasso model, from our experience when fitting Cox models on data with many predictors and many patients, making it difficult to get solutions from either glmnet() or cv.glmnet(). This may be remedied with the 'path=TRUE' options when calling glmnet() and cv.glmnet(). Within the glmnetr package the approach of path=TRUE is taken by default. When fitting not a relaxed lasso model but an elastic-net model, then the R-packages 'nestedcv' <https://cran.r-project.org/package=nestedcv>, 'glmnetSE' <https://cran.r-project.org/package=glmnetSE> or others may provide greater functionality when performing a nested CV. As with the 'glmnet' package, this package passes most relevant output to the output object and tabular and graphical summaries can be generated using the summary and plot functions. Use of the 'glmnetr' has many similarities to the 'glmnet' package and it is recommended that the user of 'glmnetr' first become familiar with the 'glmnet' package <https://cran.r-project.org/package=glmnet>, with the "An Introduction to 'glmnet'" and "The Relaxed Lasso" being especially helpful in this regard.
Property / description: Cross validation informed Relaxed LASSO, Artificial Neural Network (ANN), gradient boosting machine ('xgboost'), Random Forest ('RandomForestSRC'), Recursive Partitioning ('RPART') or step wise regression models are fit. Nested cross validation (or analogous for the random forest) to estimate and compare performances between these models is used to describe model performances. For some datasets, for example when the design matrix is not of full rank, 'glmnet' may have very long run times when fitting the relaxed lasso model, from our experience when fitting Cox models on data with many predictors and many patients, making it difficult to get solutions from either glmnet() or cv.glmnet(). This may be remedied with the 'path=TRUE' options when calling glmnet() and cv.glmnet(). Within the glmnetr package the approach of path=TRUE is taken by default. When fitting not a relaxed lasso model but an elastic-net model, then the R-packages 'nestedcv' <https://cran.r-project.org/package=nestedcv>, 'glmnetSE' <https://cran.r-project.org/package=glmnetSE> or others may provide greater functionality when performing a nested CV. As with the 'glmnet' package, this package passes most relevant output to the output object and tabular and graphical summaries can be generated using the summary and plot functions. Use of the 'glmnetr' has many similarities to the 'glmnet' package and it is recommended that the user of 'glmnetr' first become familiar with the 'glmnet' package <https://cran.r-project.org/package=glmnet>, with the "An Introduction to 'glmnet'" and "The Relaxed Lasso" being especially helpful in this regard. / rank
 
Normal rank
Property / author
 
Property / author: Walter K Kremers / rank
 
Normal rank
Property / copyright license
 
Property / copyright license: GNU General Public License, version 3.0 / rank
 
Normal rank
Property / imports
 
Property / imports: glmnet / rank
 
Normal rank
Property / imports
 
Property / imports: survival / rank
 
Normal rank
Property / imports
 
Property / imports: Matrix / rank
 
Normal rank
Property / imports
 
Property / imports: xgboost / rank
 
Normal rank
Property / imports
 
Property / imports: smoof / rank
 
Normal rank
Property / imports
 
Property / imports: mlrMBO / rank
 
Normal rank
Property / imports
 
Property / imports: ParamHelpers / rank
 
Normal rank
Property / imports
 
Property / imports: randomForestSRC / rank
 
Normal rank
Property / imports
 
Property / imports: rpart / rank
 
Normal rank
Property / imports
 
Property / imports: torch / rank
 
Normal rank
Property / depends on software
 
Property / depends on software: R / rank
 
Normal rank
Property / depends on software: R / qualifier
 
Property / MaRDI profile type
 
Property / MaRDI profile type: MaRDI software profile / rank
 
Normal rank
links / mardi / namelinks / mardi / name
 

Latest revision as of 19:56, 12 March 2024

Nested Cross Validation for the Relaxed Lasso and Other Machine Learning Models
Language Label Description Also known as
English
glmnetr
Nested Cross Validation for the Relaxed Lasso and Other Machine Learning Models

    Statements

    0 references
    0.1-2
    18 February 2023
    0 references
    0.2-0
    10 May 2023
    0 references
    0.1-1
    14 December 2022
    0 references
    0.2-1
    7 June 2023
    0 references
    0.3-1
    10 August 2023
    0 references
    0.4-1
    9 January 2024
    0 references
    0.4-2
    9 February 2024
    0 references
    0 references
    0 references
    9 February 2024
    0 references
    Cross validation informed Relaxed LASSO, Artificial Neural Network (ANN), gradient boosting machine ('xgboost'), Random Forest ('RandomForestSRC'), Recursive Partitioning ('RPART') or step wise regression models are fit. Nested cross validation (or analogous for the random forest) to estimate and compare performances between these models is used to describe model performances. For some datasets, for example when the design matrix is not of full rank, 'glmnet' may have very long run times when fitting the relaxed lasso model, from our experience when fitting Cox models on data with many predictors and many patients, making it difficult to get solutions from either glmnet() or cv.glmnet(). This may be remedied with the 'path=TRUE' options when calling glmnet() and cv.glmnet(). Within the glmnetr package the approach of path=TRUE is taken by default. When fitting not a relaxed lasso model but an elastic-net model, then the R-packages 'nestedcv' <https://cran.r-project.org/package=nestedcv>, 'glmnetSE' <https://cran.r-project.org/package=glmnetSE> or others may provide greater functionality when performing a nested CV. As with the 'glmnet' package, this package passes most relevant output to the output object and tabular and graphical summaries can be generated using the summary and plot functions. Use of the 'glmnetr' has many similarities to the 'glmnet' package and it is recommended that the user of 'glmnetr' first become familiar with the 'glmnet' package <https://cran.r-project.org/package=glmnet>, with the "An Introduction to 'glmnet'" and "The Relaxed Lasso" being especially helpful in this regard.
    0 references
    0 references
    0 references
    0 references
    0 references
    0 references
    0 references
    0 references
    0 references
    0 references
    0 references
    0 references