-
Notifications
You must be signed in to change notification settings - Fork 74
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Flawed analysis including incorrect predictive modelling for Predictive Maintenance - Machine Learning.ipynb #3
Comments
It feels like OP created a new account just to comment here and to create an issue for this project. Since thats out of the way. In OP's own words feature extraction is build features based on existing feature data set. As explained in my previous post, Features extracted doesn't have to be from a model like PCA or autoencoders. It is very domain specific. Please review some signal processing and feature extraction techniques by Dr. Jay lee and other notable authors. PCA is a linear transformation of features. Theya re most famously known for feature selection and dimensionality reduction. Some reading material for OP. I will keep in open until OP is convinced. 🤣😂 https://ieeexplore.ieee.org/iel7/6287639/6514899/08085101.pdf |
First, creating a new account or using an old account, is an inconclusive concern and there is no point grappling about it! I accidentally came across this flawed article! Not having a github account, I had to create one! With that out of the way, shall we continue further! Please, do not direct me to read literature, because there is no dearth of articles proffering that X is right and/or X is wrong. I too can give you references for the same. Here is some literature for the author to review wherein PCA is classified as either a feature extraction or a feature selection method, https://ieeexplore.ieee.org/stamp/stamp.jsp?arnumber=8962035 https://www.sciencedirect.com/science/article/pii/S0959152419305062 Second, the author is still beating around the bush and not answering the initial question. The Q was |
Note: Please, do not close the issue until its agreed by the OP as resolved! Its unethical
Feature extraction and feature selection are two different entities all together. They should not be confused to be the same.
Continuing further, the given answer makes no sense. Let me elaborate, Feature extraction does not mean to extract the feature summary statistic !
Feature Extraction means to build features based on existing feature-set. A famous example in unsupervised learning is principal component analysis (PCA). PCA is a linear transformation method that yields the directions (principal components) that maximize the variance of the data. The principal components is a good example of unsupervised feature extraction.
The text was updated successfully, but these errors were encountered: