Related Experiment Video
Updated: Jul 14, 2026

12:18
A Machine Learning Approach to Design an Efficient Selective Screening of Mild Cognitive Impairment
Published on: January 11, 2020
Simultaneous regression shrinkage, variable selection, and supervised clustering of predictors with OSCAR
Howard D Bondell1, Brian J Reich
1Department of Statistics, North Carolina State University, Raleigh, NC 27695-8203, USA.
Biometrics
|July 5, 2007
Summary
A new Octagonal Shrinkage and Clustering Algorithm for Regression (OSCAR) method aids variable selection in complex datasets. It simultaneously selects and groups predictors, improving prediction accuracy and interpretability.
Area of Science:
- Statistics
- Machine Learning
- Bioinformatics
Background:
- Variable selection is difficult with many correlated predictors, like in gene expression data.
- Existing methods may not effectively handle high dimensionality and multicollinearity simultaneously.
Purpose of the Study:
- Introduce the Octagonal Shrinkage and Clustering Algorithm for Regression (OSCAR).
- Develop a method for simultaneous variable selection and predictor grouping.
- Enhance prediction accuracy and model interpretability.
Main Methods:
- Utilizes penalized least squares with a novel penalty function.
- The penalty function shrinks some coefficients to zero and forces others to be equal.
- Encourages correlated predictors with similar effects to form clusters.
Main Results:
- OSCAR favorably compares to existing shrinkage and variable selection techniques.
- Demonstrates improved prediction error and reduced model complexity.
- Successfully yields valuable grouping information for predictors.
Conclusions:
- OSCAR offers a robust approach for variable selection and clustering in high-dimensional data.
- The method enhances predictive performance and provides interpretable groupings.
- Facilitates further investigation into the behavior of predictor groups.
Related Concept Videos
Multiple Regression
Multiple regression assesses a linear relationship between one response or dependent variable and two or more independent variables. It has many practical applications.
Farmers can use multiple regression to determine the crop yield based on more than one factor, such as water availability, fertilizer, soil properties, etc. Here, the crop yield is the response or dependent variable as it depends on the other independent variables. The analysis requires the construction of a scatter plot...
Farmers can use multiple regression to determine the crop yield based on more than one factor, such as water availability, fertilizer, soil properties, etc. Here, the crop yield is the response or dependent variable as it depends on the other independent variables. The analysis requires the construction of a scatter plot...
Survival Tree
Survival trees are a non-parametric method used in survival analysis to model the relationship between a set of covariates and the time until an event of interest occurs, often referred to as the "time-to-event" or "survival time." This method is particularly useful when dealing with censored data, where the event has not occurred for some individuals by the end of the study period, or when the exact time of the event is unknown.
Building a Survival Tree
Constructing a survival tree begins...
Building a Survival Tree
Constructing a survival tree begins...
Regression Analysis
Regression analysis is a statistical tool that describes a mathematical relationship between a dependent variable and one or more independent variables.
In regression analysis, a regression equation is determined based on the line of best fit– a line that best fits the data points plotted in a graph. This line is also called the regression line. The algebraic equation for the regression line is called the regression equation. It is represented as:
In regression analysis, a regression equation is determined based on the line of best fit– a line that best fits the data points plotted in a graph. This line is also called the regression line. The algebraic equation for the regression line is called the regression equation. It is represented as:
Regression Toward the Mean
Regression toward the mean (“RTM”) is a phenomenon in which extremely high or low values—for example, and individual’s blood pressure at a particular moment—appear closer to a group’s average upon remeasuring. Although this statistical peculiarity is the result of random error and chance, it has been problematic across various medical, scientific, financial and psychological applications. In particular, RTM, if not taken into account, can interfere when researchers try to extrapolate results...
Cluster Sampling Method
Appropriate sampling methods ensure that samples are drawn without bias and accurately represent the population. Because measuring the entire population in a study is not practical, researchers use samples to represent the population of interest.
To choose a cluster sample, divide the population into clusters (groups) and then randomly select some of the clusters. All the members from these clusters are in the cluster sample. For example, if you randomly sample four departments from your...
To choose a cluster sample, divide the population into clusters (groups) and then randomly select some of the clusters. All the members from these clusters are in the cluster sample. For example, if you randomly sample four departments from your...
Correlation and Regression
In statistics, correlation describes the degree of association between two variables. In the subfield of linear regression, correlation is mathematically expressed by the correlation coefficient, which describes the strength and direction of the relationship between two variables. The coefficient is symbolically represented by 'r' and ranges from -1 to +1. A positive value indicates a positive correlation where the two variables move in the same direction. A negative value suggests a negative...