Skip to content

Comparison of two feature extraction techniques, Principal Component Analysis (PCA) and Sequential Backward Search Algorithm.

Notifications You must be signed in to change notification settings

Olaitan94/Comparing-Feature-Selection-Techniques-PCA-SBS

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

Comparing-Feature-Selection-Techniques

Comparison of two feature extraction techniques, Principal Component Analysis (PCA) and Sequential Backward Search Algorithm.

These two different techniques are used to select different number of features from the dataset, the selected features are then used to build a classifier and the classifier performance is compared with an ROC Curve. The classifier used here is the Logistic Regression classifier from Sklearn.

The dataset used in this project is an Occupancy Detection Data set obtained from the UCI Machine Learning Repository (https://archive.ics.uci.edu/ml/datasets/Occupancy+Detection+).

About

Comparison of two feature extraction techniques, Principal Component Analysis (PCA) and Sequential Backward Search Algorithm.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published