Skip to content

This extension provides a user interface for the SELECTPR ED command. It takes a specified set of predictor variables as input and selects a smaller subset for use in predictive modeling procedures. A univariable method that considers each predictor in isolation is used, as opposed to the multivariable method of selecting predictors that is used…

License

IBMPredictiveAnalytics/Select_Predictors

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Select-Predictors

Automatically select a subset of predictors for use in predictive modeling procedures

This extension provides a user interface for the SELECTPR ED command. It takes a specified set of predictor variables as input and selects a smaller subset for use in predictive modeling procedure s. A univariable method that considers each predictor in isolation is used, as opposed to the multivariable method of selecting predictors that is used by the Naïve Bayes Classifier extension. The Select Pre dictors extension supports both categorical and scale dependent varia bles. Large sets of predictors can be handled.


Installation intructions

  1. Open IBM SPSS Statistics
  2. Navigate to Utilities -> Extension Bundles -> Download and Install Extension Bundles
  3. Search for the name of the extension and click Ok. Your extension will be available.

Tutorial

Installation Location

Analyze →

  Dimension Reduction →

    Predictor Selection

UI

image

image

image

image

Syntax

Example

SELECTPRED salary
/SCREENING STATUS=ON PCTMISSING=70.0 PCTEQUAL=95.0 PCTUNEQUAL=90.0 STDDEV=0.0 CV=0.001
/CRITERIA SIZE=AUTO PCUTOFF=0.05 RANKING=PEARSONCHISQ TIMER=5.0 SHOWUNSELECTED=0.0
/MISSING USERMISSING=EXCLUDE
/PRINT CPS EXCLUDED SELECTED SUMMARY

Output

image


License

  • Apache 2.0

Contributors

  • IBM SPSS

About

This extension provides a user interface for the SELECTPR ED command. It takes a specified set of predictor variables as input and selects a smaller subset for use in predictive modeling procedures. A univariable method that considers each predictor in isolation is used, as opposed to the multivariable method of selecting predictors that is used…

Resources

License

Stars

Watchers

Forks

Packages

No packages published