What is the curse of dimensionality?

What is the curse of dimensionality?



Answer: As you increase the number of dimensions in your feature space the less effective standard computational and statistical techniques become. Your models will require more computational power to be fitted and more observations of data. When fitting a model, you make certain assumptions that the data sample is representative of the population. The more features you have,relative to the data instances, the less confidently you can say that the assumptions

Popular posts from this blog

After analyzing the model, your manager has informed that your regression model is suffering from multicollinearity. How would you check if he's true? Without losing any information, can you still build a better model?

Is rotation necessary in PCA? If yes, Why? What will happen if you don't rotate the components?

What does Latency mean?