Automated Variable Elimination for Multicollinearity in Machine Learning Datasets

Resolve Bottlenecks,
Find Innovative Solutions
Generate Solutions

Solution Overview

Problem

Machine learning models face interpretability issues due to multicollinearity among independent variables, which affects the accuracy and reliability of predictions, as existing methods rely heavily on human intuition and do not effectively account for variable redundancy and prediction strength.

Innovation Solution

A method is introduced to eliminate correlated independent variables by calculating exclusion scores based on redundancy and prediction strength, iteratively updating the dataset to remove variables with the highest scores until multicollinearity is resolved, allowing for more accurate model training.

Engineering Contradictions & Design Principles

VSEngineering Contradiction Analysis

1Adaptability or versatility

If multiple independent variables are included in the dataset to improve prediction coverage, then the model can capture more relationships with the dependent variable, but multicollinearity arises causing inaccurate parameter estimates and reduced interpretability

Engineering Contradiction:
Improveprediction coverageVSAvoidparameter estimate accuracy
Core Design Contradiction:
Adaptability or versatilityVSMeasurement precision

Solution Approach 1:

The patent changes the parameter of variable selection by introducing exclusion scores that quantify both redundancy and prediction strength. This allows dynamic adjustment of which variables to retain based on their contribution to prediction accuracy versus their correlation with other variables, resolving the contradiction between comprehensive coverage and precise estimation.

Inventive Principle:
Principle #35Parameter changes

Solution Approach 2:

The patent replaces manual variable selection (human intuition) with an automated computational system that calculates exclusion scores and systematically eliminates variables. This substitution provides objective, repeatable criteria for variable selection that simultaneously considers both redundancy and predictive power.

Inventive Principle:
Principle #28Mechanics substitution (Replace mechanical system)

2Ease of operation

If manual variable selection based on human intuition is used to reduce multicollinearity, then the process is simple to implement, but it fails to effectively account for variable redundancy and prediction strength

Engineering Contradiction:
Improveimplementation simplicityVSAvoidvariable selection effectiveness
Core Design Contradiction:
Ease of operationVSReliability

Solution Approach 1:

The system performs self-service by automatically calculating exclusion scores and identifying variables for removal without requiring manual intervention. The algorithm autonomously evaluates all variables, computes their exclusion scores based on redundancy and prediction strength, and systematically eliminates the most problematic variables, combining automation with rigorous criteria.

Inventive Principle:
Principle #25Self-service

Solution Approach 2:

The patent implements feedback by iteratively recalculating exclusion scores after each variable removal and continuing the process until multicollinearity thresholds are met. This feedback loop ensures that the variable selection process adapts to changing data conditions and achieves optimal balance between redundancy reduction and prediction strength preservation.

Inventive Principle:
Principle #23Feedback

3Measurement precision

If variables are removed to eliminate multicollinearity, then parameter estimate accuracy improves, but information loss occurs during the elimination process

Engineering Contradiction:
Improveparameter estimate accuracyVSAvoidvariable information loss
Core Design Contradiction:
Measurement precisionVSLoss of information

Solution Approach 1:

The patent changes the approach from simple variable removal to selective elimination based on exclusion scores. By quantifying both redundancy and prediction strength, the system identifies variables that can be removed with minimal information loss while still achieving multicollinearity reduction. Variables with high prediction strength are preserved even if they have some correlation with other variables.

Inventive Principle:
Principle #35Parameter changes

Solution Approach 2:

The patent treats highly redundant variables as disposable - those with low prediction strength and high correlation to other variables are candidates for removal. This allows the system to eliminate variables that contribute little unique information while preserving variables that provide valuable predictive content, minimizing overall information loss.

Inventive Principle:
Principle #27Cheap short-living objects (Disposable)

Data Source

PatentUS20230351211A1Scoring correlated independent variables for elimination from a dataset
Publication Date: 2023.11.02 ORACLE FINANCIAL SERVICES SOFTWARE
  • US20230351211A1 patent drawing
  • US20230351211A1 patent drawing
  • US20230351211A1 patent drawing

AI summary

Techniques are disclosed as an optimization data system for eliminating correlated independent variables programmatically from data with ranked exclusion scores. The system can obtain an initial dataset comprising variables, determine a set of correlation values by analyzing linear correlation between the variables, generate a correlation matrix using at least in part the set of correlation values and corresponding variables from the initial data, calculate exclusion scores for the variables in the correlation matrix that exhibit multicollinearity, and update the initial dataset by removing at least one variable with the highest exclusion score from the variables to generate an updated dataset comprising optimized variables. The steps for correlation and elimination of variables are iterated until an updated dataset without any correlation is obtained and then a machine learning model may be trained using the updated dataset.