I want to perform feature selection on the list of 52 features that I have. But I do not have the class label column in my dataset. So how do I select features without dependency on class label.
For example: Select K Best algorithm chooses features based on relationship between features and the class labels. As said in my case I do not have class labels column itself
Thanks in advance.