September 19, 2017 at 12:00 am
Comments posted to this topic are about the item Moving beyond principal components analysis
September 21, 2017 at 5:56 am
Erm, that's because PCA is NOT really meant to be used for visualisation. Or, even for direct analysis of data, or in other words as the sole analysis output. It is usually used during the feature engineering stage of a much longer analysis, to eliminate the irrelevant or trivially important features. This may even allow you to skip a lot of unnecessary data cleaning (a benefit not to be under-estimated) and certainly can cut down on the the amount of data that you have try to generate a model from.
So, essentially, if it is applied in the usual way you almost always "move beyond" PCA.
This DBA says - "It depends".
September 21, 2017 at 1:10 pm
SQLBoar - Thursday, September 21, 2017 5:56 AMErm, that's because PCA is NOT really meant to be used for visualisation. Or, even for direct analysis of data, or in other words as the sole analysis output. It is usually used during the feature engineering stage of a much longer analysis, to eliminate the irrelevant or trivially important features. This may even allow you to skip a lot of unnecessary data cleaning (a benefit not to be under-estimated) and certainly can cut down on the the amount of data that you have try to generate a model from.So, essentially, if it is applied in the usual way you almost always "move beyond" PCA.
At a superficial level, I agree with you that PCA can be used purely as a feature engineer process. Arguably, this is the approach taken in modern machine learning methodologies and it is the application most promoted by tools like Python, Julia and AzureML. In contrast, have ever wondered why statistical tools (R, SPSS and SAS) place such a large emphasis on the eigenvalues, eigenvectors, communality and tests of sphericity and significance? This is because these are the outputs required to analyse and interpret principal components.
To lend some weight to this - here is a smattering of the (literally) thousands of papers that have been written on this subject, dating back to 1933:
And for completeness, here are some recent paper:
Viewing 3 posts - 1 through 2 (of 2 total)
You must be logged in to reply to this topic. Login to reply