Skip to content
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

Open
ghost opened this issue Apr 9, 2020 · 2 comments

Comments

@ghost
Copy link

ghost commented Apr 9, 2020

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.

@ghost ghost changed the title Flawed analysis Flawed analysis including incorrect predictive modelling for Predictive Maintenance - Machine Learning.ipynb Flawed analysis including incorrect predictive modelling for Predictive Maintenance - Machine Learning.ipynb Apr 9, 2020
@nagdevAmruthnath
Copy link
Owner

nagdevAmruthnath commented Apr 9, 2020

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://www.sciencedirect.com/science/article/pii/S187770581403522X/pdf?md5=c292591d1df2281935a11a0626be217b&pid=1-s2.0-S187770581403522X-main.pdf

https://ieeexplore.ieee.org/iel7/6287639/6514899/08085101.pdf

https://www.academia.edu/download/39419294/10.0000_www.inderscienceonline.com_generic-9C3E1BD1473F.pdf

@ghost
Copy link
Author

ghost commented Apr 9, 2020

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 the incorrect usage of summary statistic in cell 9 and subsequent modelling. I'm trying to engage the author in a constructive dialogue. For once from a discussion perspective forget about feature selection or extraction. Do you still not see the mistake in this analysis?

Repository owner locked as spam and limited conversation to collaborators Apr 10, 2020
@nagdevAmruthnath nagdevAmruthnath pinned this issue Apr 10, 2020
Repository owner unlocked this conversation Apr 14, 2020
@nagdevAmruthnath nagdevAmruthnath unpinned this issue Apr 14, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant