The revisited knockoffs method for variable selection in L1-penalised regressions
Anne G\'egout-Petit, Aur\'elie Gueudin-Muller, Cl\'emence Karmann

TL;DR
This paper introduces a generalized knockoffs-based method for variable selection in L1-penalized regression models, effective across different response types and with high-dimensional data, supported by extensive experiments.
Contribution
It develops a new, versatile knockoffs approach for variable selection in L1-penalized regressions, handling various response types and high-dimensional settings.
Findings
Effective in small sample sizes
Performs well across different regression types
Provides a meaningful importance ranking of variables
Abstract
We consider the problem of variable selection in regression models. In particular, we are interested in selecting explanatory covariates linked with the response variable and we want to determine which covariates are relevant, that is which covariates are involved in the model. In this framework, we deal with L1-penalised regression models. To handle the choice of the penalty parameter to perform variable selection, we develop a new method based on the knockoffs idea. This revisited knockoffs method is general, suitable for a wide range of regressions with various types of response variables. Besides, it also works when the number of observations is smaller than the number of covariates and gives an order of importance of the covariates. Finally, we provide many experimental results to corroborate our method and compare it with other variable selection methods.
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsStatistical Methods and Inference · Control Systems and Identification · Genetic and phenotypic traits in livestock
The revisited knockoffs method for variable selection in -penalised regressions.
Anne Gégout-Petita, Aurélie Gueudin-Mullera & Clémence Karmanna
a* Université de Lorraine, CNRS, Inria, IECL, F-54000 Nancy, France, Inria BIGS Team ; [email protected], [email protected], [email protected] *
Abstract. We consider the problem of variable selection in regression models. In particular, we are interested in selecting explanatory covariates linked with the response variable and we want to determine which covariates are relevant, that is which covariates are involved in the model. In this framework, we deal with -penalised regression models. To handle the choice of the penalty parameter to perform variable selection, we develop a new method based on the knockoffs idea. This revisited knockoffs method is general, suitable for a wide range of regressions with various types of response variables. Besides, it also works when the number of observations is smaller than the number of covariates and gives an order of importance of the covariates. Finally, we provide many experimental results to corroborate our method and compare it with other variable selection methods.
Keywords. Variable selection; knockoffs; regression; Lasso penalisation.
1 Introduction
Regression methods are really helpful to analyse dependencies between a variable, named the response, and one or several explanatory covariates. This is one of the reasons why they are widely used and studied in statistical analysis [7]. Many models have been introduced including the well-known linear regression for a continuous response variable or logistic regression for a binary response variable. Indeed, many data sets involve this last situation such as the occurence of a disease in medicine or voting intentions in econometrics. Another type of data is nominal data (that is unordered categorical data) like housing types or food choice of predators. The situation is a bit more complicated when the response is ordered categorical (ordinal), e.g. different stages of cancer, pain scales, place ratings on Google or data collected from surveys (0: never, 10: always). Logistic regression can naturally be extended to the case where the response is nominal. For such data, many authors [1, 11, 10, 16] provided models based on odds ratios such as cumulative link models, adjacent-categories logit models or continuation-ratio logit models. The choice of one of these models depends on the kind of problem. In this paper, we concentrate on a restricted but large spectrum of regression models including all regression models mentioned above.
Although prediction and interpretation provide major challenges in regression motivations, another important issue is to identify the influential explanatory covariates, that is variable selection. Selection problems often arise in many fields including biology [20]. For example, in microarray cancer diagnosis [22], a primary goal is to understand which genes are relevant. For cost and time reasons, it can also be convenient for biologists to restrict their studies to a smaller subset of explanatory covariates (genes, bacteria populations…). Accordingly, the sparsity assumption (that is, a few number of relevant explanatory covariates) is frequently suitable and adequate, even crucial for interpretation. Indeed, with a large number of covariates, it is also useful for interpretation to determine a smaller subset of covariates that have the strongest effects. Besides, when the number of covariates is larger than the number of observations or when covariates are highly correlated, standard regression methods become inappropriate.
Lasso penalisation, or -penalisation, introduced by Tibshirani [17] offers an attractive solution to these issues. That includes a penalty in the estimation of the regression coefficients in order to perform variable selection by optimising a convex criterion. The regularisation resulting from Lasso penalisation shrinks down to zero the coefficients of explanatory covariates that have the lowest effects and leads to sparse solutions and more interpretable models, making Lasso one of the most popular penalisation [8, 21, 12].
Moreover, using Lasso induces the critical choice of the penalty parameter which controls the number of selected covariables. This choice is major because two close values of the penalty parameter can often lead to very different scientific conclusions. Many general techniques have been proposed in the literature but they do not have the same purposes. For instance, -fold cross validation emphasises prediction, the validation step involving computing the prediction error and aiming at minimising this. Furthermore, cross validation is often quite greedy and tends to overfit the data [18]. Other techniques, like StARS [9], can be adapted to a regression framework and aim at ’overselecting’, that is selecting a larger set of covariates which contains the relevant ones, allowing false positive detections. Some frameworks such as gene regulatory networks require this choice: indeed, false positive detections can then be eliminated by further biological experiments whereas omitted interactions cannot be recovered after that. On the contrary, one can prefer selecting a set of covariates included in the set of true covariates to avoid false positive detections that is ’underselecting’. This constraint comes from the fact that after selection, the relevant covariates have to be studied by scientists through new experiments. But new experiments are generally expensive or time-consuming and it would be a waste to involve noisy covariates. In this paper, we focus on variable selection in the former case. Compared with our goals, we propose an intuitive and general method for automatic variable selection, inspired from the knockoffs idea of Barber and Candes [5, 6]. This method uses a matrix of knockoffs of the covariates built by swapping the rows of the matrix of covariates. This knockoffs matrix is thus random and aims at determining if a covariable belongs to the model using a decision rule based on change detection methods. One of the major advantages is that it can be performed in a wide range of regression frameworks including when the number of covariates is much larger than the number of observations. We will see that our method does not lead to a choice of the penalty parameter. Nevertheless, it provides an order of importance on the covariates allowing to select covariates according to the target.
In this paper, we address the problem of variable selection in -penalised regressions. Our goal is to determine which covariates are relevant and which are noisy. We achieve it by proposing a new method of type knockoffs. The rest of the paper is organised as follows. In Section 2, we first introduce the background and describe the knockoffs method for variable selection. We also describe briefly our R package kosel in which the revisited knockoffs method is implemented. In Section 3, we give many illustrations and results of our method on simulated data. Furthermore, we propose a way to exploit randomness of our procedure.
2 Revisited knockoffs method
2.1 Background
Consider we have explanatory -valued covariates and a response variable linked with by equations of the type:
[TABLE]
where is a deterministic function, parameters of the distribution of given and real coefficients. Note that the vector of regression coefficients does not depend on .
This framework is quite general and emcompasses many regression models such as generalised linear models [2] (linear regression, logistic regression, Poisson regression, multinomial regression), ordinal logistic regression models [1] (cumulative logit models with proportional odds [15, 19, 3], adjacent-categories logit models, continuation-ratio logit models) or cumulative link models [1]. Indeed, for generalised linear models, , and is the link function (identity, , logit…) of the corresponding model. For ordinal logistic regression models, and (cumulative), (adjacent), (continuation). Notice that these last models only allow identical effects of the covariates, which implies that the regression coefficients do not depend on the modality of the response variable . In particular, this framework includes models for many types of response variable such as binary, continuous, ordinal or categorical.
In this framework, covariates have to be linked to the response variable through a linear expression so that the conditional dependence between and given can be measured through the regression coefficient . More precisely, means that and are independent conditionally on the other covariates We are thus interested in the nullity of the regression coefficients to select the relevant covariates. Moreover, we make sparsity assumption, that is a relatively small number of covariates play an important role. This implies that only a few covariates are relevant and thus, only a few regression coefficients are non-null. This sparsity assumption is convenient for scientists to restrict their studies to a smaller subset of covariates, namely in high-dimensional settings. Instead of checking the nullity of each coefficient by performing statistical tests, we add a -penalisation on the coefficients in the estimation of the coefficients of the model. Coefficients are usually estimated by solving the optimisation problem:
[TABLE]
where is a function of the coefficients relative to the model (like log-likelihood), depending on the observations Y and X of the response variable and the vector of covariates respectively. Instead of estimating the coefficients by (2), we add a Lasso penalisation on the coefficients vector which leads to solve the following optimisation problem:
[TABLE]
where is the penalty parameter.
Usually, all penalisation methods require the choice of the (positive) penalty parameter, also referred as tuning or regularisation parameter. We then need to tune the penalty parameter (involved in the optimisation problem (3)) which controls the number of selected covariates: the larger is, the fewer the selected covariates are. On the contrary, values of closed to [math] lead to the full model, that is the model with all the covariates. We remind that our goal is to select only relevant covariates and thus, to avoid false positive detections (the wrongly detected covariates).
With regard to our problems and goals, we propose a new method, inspired from the knockoffs process used by Barber and Candes [5] in the linear Gaussian regression setting. Actually, this method does not lead to a choice of the penalty parameter but it puts the explanatory covariates in order from the most relevant to the least. Furthermore, it suits any regression of the type presented in (1) including when the number of observations is smaller than the number of covariates. Obviously, in the linear Gaussian model, it is much more pertinent to use the procedure described in [5] because of their theoretical guarantees. Even if their procedure initially held for , they subsequently extended it thanks to a preliminary screening step [6]. In what follows, we present the principle of our revisited knockoffs method.
2.2 Principle and generalities
Let X denote the matrix of the observations of the -vector of covariates, called the design matrix. The principle, given in [5], is to use a matrix of knockoffs (of the covariates ) whose covariance structure is similar to X but independent from Y. The goal is to determine if a covariate is relevant by studying if it enters the model before its knockoff , that is if enters the model for a larger value of the penalty parameter . Indeed, as the knockoff matrix is independent from Y, if a covariate enters the model after its knockoff, we can rightfully suspect that this covariate does not belong to the model.
We mainly differ from the method proposed by [5] in the construction of the knockoffs. In their paper, they propose a sophisticated construction of the knockoff filter using linear algebra tools. This construction allows to control the false discovery rate (FDR) –the expected fraction of false discoveries among all discoveries– in the linear Gaussian model whenever there are at least as many observations as covariates. This difference in the construction of the knockoffs makes our method suitable for the setting and for a larger set of regression models. Nevertheless, theoretical guarantees about the control of the false discovery rate do not hold anymore.
We construct our knockoff matrix by randomly swapping the rows of the design matrix X. This way, the correlations between the knockoffs remain the same as the original variables but the knockoffs are not linked to the response Y. Note that this construction of the knockoffs matrix also makes the procedure random. Then, in the same way as [5], we perform the regression of Y on the augmented matrix , i.e. the columnwise concatenation of X and . Let us note the estimated regression coefficients of the -penalised regression of Y on the augmented matrix :
[TABLE]
For each variable of the augmented design, that is for each covariate and its corresponding knockoff, we consider . Statistics correspond to the largest value of for which the covariate if or its knockoff if first enters the model. At this stage, we hope that is large for the relevant covariate, that is for such that and small for the knockoffs variables or for the noisy covariates such that . This yields us a -vector where denotes . Then, we consider, for all , W_{i}:=\max(T_{i},\tilde{T}_{i})\times\left\{\begin{array}[]{ll}(+1)&\mbox{if }T_{i}>\tilde{T}_{i}\\ (-1)&\mbox{if }T_{i}\leq\tilde{T}_{i}\end{array}\right..
Statistics allo to determine if a covariate enters the model before or after its knockoff. A negative value for means that the covariate enters the model after its knockoff and we eliminate it. On the contrary, a positive value for means that the covariate enters the model before its knockoff and is more likely to belong to the model. But covariates whose statistic is positive are not necessarily relevant: we hope that is large for most of relevant covariates and small for the other ones. Thus, we are interested in the largest positive values of the -vector of statistics which moreover indicates that the corresponding covariate enters the model early, that is for a large value of . Statistics allows in fact to sort the covariates according to their importance: the larger is, the more relevant the associated covariate is.
This then implies defining a threshold for over which we will keep the corresponding covariates in the estimated model. On the whole, we will choose the estimated model such that:
[TABLE]
2.3 Choice of the threshold
The second major difference with Barber and Candes [5] lies in the choice of the threshold . They provide in fact a data-dependent threshold that shows attractive results relative to the false discovery rate in the Gaussian setting. Unfortunately, these results do not hold in general, out of the linear Gaussian model. In our method, we make the assumption that there is a breakdown in the distributions between the corresponding to the covariates belonging to the model and the other ones (see Figure 1). Figure 1 illustrates that distributions of depend on whether is relevant or not. To generate Figure 1, we have simulated a set of data under a linear Gaussian regression model with independent Gaussian covariates. Only the five first ones were linked to :
[TABLE]
where and . In our knockoffs procedure applicated to this data set, only statistics associated to the covariates and have a positive value. For example, the covariate entered the model for (thus, ) and entered the model before its knockoff . This means that the knockoff variable entered the model for and implies that . takes the largest value among all the statistics , which implies that is the covariate the most likely to belong to the model. We can clearly observe a breakdown between the values of the five first covariates and the other ones.
Consequently, we present two automatic ways to define the threshold by using two change detection methods: the method proposed by Auger and Lawrence [4, 13, 14] and the CUSUM method for mean change detection. Let denote the sorted positive statistics , that is and for all the gaps between these sorted statistics. Remark that , the number of positive statistics , is random ( on Figure 1). We propose two automatic thresholds defined as:
- •
the minimum of the two thresholds obtained by applying these two change detection methods directly on the statistics sorted in ascending order,
- •
the minimum of the two thresholds obtained by applying these two change detection methods on the gaps .
Let us name the first one ’-threshold’ and the second one ’gaps-threshold’ for the sake of simplicity.
2.4 R package kosel
Our procedures have been implemented in a R package, called kosel (for knockoffs selection), available on the CRAN. Our package includes three functions: ko.glm, ko.ordinal and ko.sel.
The two first functions construct the knockoffs matrix and return the -vector of statistics for -penalised regressions models respectively implemented in the R functions glmnet and ordinalNet from the packages of the same name. glmnet emcompasses generalised linear models whereas ordinalNet includes ordinal regression models such as cumulative link, adjacent or continuation-ratio or stopping-ratio. By default, a seed is used so that the knockoffs matrix remains the same (and thus, the resulting statistics vector ). But this can be changed with the option random = TRUE to exploit the randomness of the procedure (see Subsection 3.3 for further details).
The third function ko.sel deals with the choice of the threshold. It uses the statistics vector obtained by one of the two other functions and returns the -binary vector of estimation and the threshold . Three choices are proposed: method = ’stats’ and method = ’gaps’ respectively correspond to the ’-threshold’ and ’gaps-threshold’ while method = ’manual’ allows the user to choose its own threshold. The option print = TRUE displays the positive statistics sorted in ascending order like in Figure 1. For method = ’manual’, they are automatically displayed so that the user can choose its threshold. For the ’-threshold’ (method = ’stats’) and ’gaps-threshold’ (method = ’gaps’), option print = TRUE also displays an horizontal line corresponding to the threshold.
3 Simulation studies
3.1 Settings
We now describe experimental results to study the efficiency of our procedure. For that, we have performed different simulations with various regressions: linear Gaussian regression, logistic regression and cumulative logit regression (with proportional odds). Covariates are simulated as Gaussian such that and for all and such that and are dependent conditionally on the other covariates with probability . The design matrix X of covariates has been simulated with the R function huge.generator from the package huge, for a random graph structure. We have then simulated the observations of the response variable as:
[TABLE]
where is Gaussian noise, the vector of regression coefficients is sparse and given below and intercepts and are chosen so that the response variable Y takes enough values in each of its modalities ( for logistic regression and for cumulative logit regression). These regressions have been respectively performed with the R functions glmnet and ordinalNet of the eponymous R packages.
We present detection rates of each covariates on repetitions for different settings. The detection rate of the covariate is the number of times among the repetitions where the estimated model included . First, we have simulated observations of covariates for pedagogical reasons and next, observations of covariates to illustrate results in a higher-dimensional framework. For covariates, results are presented as boxplots of detection rates according to the regression coefficient in order to improve readability.
In addition, we compare our results with results obtained by cross validation. Cross validation has been performed with the R functions cv.glmnet for linear and logistic regressions and ordinalNetTune with ’logLik’ tune method for cumulative logit regression. For , we also compare our results in the linear Gaussian setting with results obtained by Barber and Candes’ procedure. Their procedure is implemented in the function knockoff.filter from the R package knockoff. We do not perform this comparison for because their procedure is not applicable due to the too few observations.
3.2 Efficiency and comparisons
3.2.1 p = 50
In the first place, we present results for observations of covariates. Regression coefficients are set to and . Covariates X are the same for each different regression. But they are different according to the regression coefficients . In other words, for a fixed value of , the design matrix X is the same for each of the three regression models. But the response variable Y is simulated according to the regression model and is therefore different. The knockoffs matrix is also different.
Results and comments. Figures 2, 3 and 4 show detection rates for cross validation and for the revisited knockoffs method after thresholding with the -threshold and with the gaps-threshold. These detection rates are illustrated on Figures 2, 3 and 4 for respectively linear, logistic and cumulative logit regressions. First, we can note that our procedure is efficient for each of these regressions: the difference of detection rates of the first five covariates and the rest of them is really clear, regardless of the regression coefficients or the choice of the threshold. For linear regression, these two thresholds give similar results whereas for logistic and cumulative logit regressions, gaps-threshold tends to give slightly lower detection rates than -threshold, for both relevant and noisy covariates.
In comparison, cross validation provides considerably higher detection rates: although the first five covariates, especially and , can be more detected, noisy covariates are also much more detected than with our procedure. For example, for logistic regression in Figure 3, noisy covariates are almost all detected less than 20% with our procedures whereas they are detected between 20% and 40% with cross validation. In practice, using cross validation would give more false positive detections than our procedures.
Figure 2 also show detection rates obtained by Barber and Candes’ knockoffs in the linear Gaussian regression model. To perform their procedure, we have to choose a target false discovery rate. In practice, we want it to be small but too small values lead to an infinite threshold and thus an empty estimated model. By default, the FDR is set to but we set it to to avoid too many empty estimated models. For the two different configurations of , we have obtained empty estimated models on repetitions. Because of that, detection rates of the noisy covariates tend to be a bit higher than ours. For the same reason, the five first ones are a bit less detected (close to %, which corresponds to the number of repetitions for which the threshold was not infinite). For , is yet better detected.
All of these three figures illustrate also that detection rates depend on the regression coefficient : the higher is, the more the associated covariate is detected. Indeed, for , we can observe that the covariate tends to be less detected than the four first ones. Furthermore, we can notice that some noisy covariates are more detected. For example, this is the case for the noisy covariates or for and for all kind of regressions (since the design matrix is the same). This is probably due to the dependence structure of . In particular, these covariates are dependent to three of the first five covariates conditionally on the other ones. Similar phenomenon occurs for with noisy covariates , and .
Finally, our procedure seems to be quite efficient regardless of the regression model. Nevertheless, results are a little bit better for linear regression. In this case, we remind that Barber and Candes’ procedures [5, 6] also provide theoretical guarantees.
3.2.2 p = 2000
We present now results for observations of covariates to illustrate that our procedure is suitable with thousands of covariates. Regression coefficients are set to \beta_{k}=\left\{\begin{array}[]{l}5, if if if if if otherwise.\end{array}\right.. In the same way as for (Subsection 3.2.1), covariates X are the same for each different regression. But they are different according to the regression coefficients . In other words, for a fixed value of , the design matrix X is the same for each of the three regression models. But the response variable Y is simulated according to the regression model and is therefore different. The knockoffs matrix is also different.
Results and comments. Figures 5, 6 and 7 each contain four graphics: three of them are boxplots of detection rate of each of the 6 groups of covariates according to their regression coefficient . These detection rates are respectively obtained with the revisited knockoffs methods and cross validation. In order to compare our method with cross validation for the noisy covariates, we present detection rates of the noisy covariates (these for which ) obtained with the knockoffs method (with gaps-threshold) in function of detection rates obtained with cross validation in the last graphic.
Results in the linear regression framework are presented in Figure 5. Comparing the three boxplots, we can remark that detection rates with revisited knockoffs method with -threshold are lower than with gaps-threshold. More specifically, relevant covariates whose are detected between 10 and 95% with -threshold whereas they are detected more than 80% with gaps-threshold. Detection rates with -threshold are lower and more widespread for covariates whose regression coefficient comparing to the other relevant covariates. Cross validation leads to better detection rates for the relevant covariates. However, Figure 5d illustrates that most of the noisy covariates have higher detection rates with cross validation than with our procedure. Thus, cross validation gives more false positive detections.
Results for logistic and cumulative logit regressions are respectively presented in Figures 6 and 7. As for , we can note on boxplots that detection rates depend on the regression coefficient : for all the three methods, detection rates are decreasing according to that is, the higher is, the more the associated covariates are detected. We also observe this on graphics 5a and 5b for linear regression, although it is less pronounced. As for linear regression, even if cross validation gives better detection rates for the relevant covariates, it also gives more fase positive detections for the noisy covariates as illustrated in graphics 6d and 7d. This phenomenon is even stronger for these two regression models where almost all of the noisy covariates are more detected with cross validation than with our procedure. Contrary to linear regression, detection rates obtained by the knockoffs method with -threshold are higher than with gaps-threshold and they are higher for both relevant and noisy covariates.
Although detection rates are better for linear regression, our procedures lead to satisfying results for the three regression models. Even though relevant covariates are not always enough detected, detection rates of noisy covariates are also often very low, especially in comparison with cross validation. On the whole, it seems to be appropriate for sparse models regardless to the regression model and particularly when the goal is to avoid false positive detections. Notice that the threshold ( or gaps-threshold) to be used to avoid false positive detections may vary according to the regression model.
3.3 Randomness of the procedure
Note that revisited knockoffs procedure and cross validation are both random (which is not the case for Barber and Candes’ procedure). Indeed, the former is random in the construction of the knockoffs matrix whereas randomness of cross validation lies in the choice of the folds. Hence, applying several time one of these methods leads to different results. To conclude this section, we compare detection rates obtained by these three methods on the same sample of data. This sample includes observations of covariates and consists in the first sample of the samples used in the Subsection 3.2.1. Dependence structure of the vector is thus also the same as in Subsection 3.2.1.
Results and comments. Figure 8 displays detection rates of each covariate using randomness of the three procedures: revisited knockoffs method with and gaps-thresholds and cross validation. Detection rates are obtained on 100 repetitions on the same sample for the three methods and for the three regression models: linear, logistic and cumulative logit regressions. Regression coefficients are set to . Thus, only the first five covariates belong to the model. We can notice that these first five covariates are almost always 100% detected except with gaps-threshold for cumulative logit regression (for which they are still detected more than 95%). Noisy covariates, that is covariates , are always less detected by our procedures than by cross validation. However, some of them are wrongly highly detected: for linear regression, and for logistic regression or and for cumulative logit regression. This is probably due to the sample (in which the dependence structure is more or less pronounced). It should be recalled that this dependence structure is the same as in Subsubsection 3.2.1 for . In comparison with Figures 2, 3 and 4 of Subsubsection 3.2.1, we can see that these covariates have also higher detection rates. For all these covariates, cross validation gives higher detection rates than our procedures. Cross validation gives also much higher detection rates for some other noisy covariates. For instance, and are always detected for linear regression whereas revisited knockoffs with and gaps threshold never detect them. For cumulative logit model, and are always detected whereas our procedures detect them less than 15%.
In practice, with real data, this randomness opens up to further ways to perform variable selection.
4 Discussion
In this paper, we proposed a method for variable selection in regression models based on the construction of a matrix of knockoffs of the covariates. This method is quite intuitive and suitable for many types of regressions, including when the number of observations is much smaller than the number of covariates. Two different thresholds can be chosen, leading to two procedures, which have been implementend in the R package kosel. We have seen that these procedures both turn out to be very pertinent and efficient as the many and diverse simulations exemplify. Our two procedures are particularly appropriate when the goal is to avoid false positive detections. Indeed, even if there are false negative detections, there are also a very small rate of false positive detections. Simulations show also that efficiency of our procedures depends on the regression model. In general, we can try the two thresholds and choose results according to its target. Furthermore, randomness of our procedures provides other techniques to perform variable selection.
Nonetheless, in the case of linear Gaussian regression, Barber and Candes’ procedures also offer theoretical guarantees.
In addition, our procedures give better results than cross validation with regard to false positive detections, even when we make use of randomness. However, if we aim at overselecting, it is more appropriate to use other techniques such as cross validation.
The reference list from the paper itself. Each links out to its DOI / PubMed record.
- 1[1] Alan Agresti. Analysis of ordinal categorical data . Wiley Series in Probability and Statistics. John Wiley & Sons, Inc., Hoboken, NJ, second edition, 2010.
- 2[2] Alan Agresti. Categorical data analysis . Wiley series in probability and statistics. Wiley, 3ed. edition, 2013.
- 3[3] JA Anderson and PR Philips. Regression, discrimination and measurement models for ordered categorical variables. Applied statistics , pages 22–31, 1981.
- 4[4] Ivan E. Auger and Charles E. Lawrence. Algorithms for the optimal identification of segment neighborhoods. Bull. Math. Biol. , 51(1):39–54, 1989.
- 5[5] Rina Foygel Barber and Emmanuel J. Candès. Controlling the false discovery rate via knockoffs. Ann. Statist. , 43(5):2055–2085, 2015.
- 6[6] Rina Foygel Barber and Emmanuel J Candes. A knockoff filter for high-dimensional selective inference. ar Xiv preprint ar Xiv:1602.03574 , 2016.
- 7[7] Trevor Hastie, Robert Tibshirani, and Jerome Friedman. The elements of statistical learning . Springer Series in Statistics. Springer-Verlag, New York, 2001. Data mining, inference, and prediction.
- 8[8] Trevor Hastie, Robert Tibshirani, and Martin Wainwright. Statistical learning with sparsity: the lasso and generalizations . CRC press, 2015.
