02 December 2022 2 9K Report

I am a beginner in machine learning. I am working on machine learning project. The dataset is not linearly separable (non-linear relationship among the features) and the dataset has 850 features and 7790 instances. I decided to apply dimensionality reduction techniques like kernel PCA or UMAP. After that, I will apply supervised machine-learning algorithm to build a prediction model.

When I use dimensionality reduction, should I calculate the correlation coefficient for non linear relationship?

Similar questions and discussions