# ema (blogs) — RSS Amplifier

Recent posts from the 1 feeds in the RSS Amplifier directory that cover ema.

Page: <https://rssamplifier.com/topics/ema/blogs>  
Feed: <https://rssamplifier.com/topics/ema/blogs.md>

---

## [PCA for Classification Is as Bad as Random](https://blog.fugue88.ws/archives/2024-11/PCA-for-Classification-Is-as-Bad-as-Random)

_2024-11-27 · David Owen · David Owen’s blog_

Basically, PCA (Principle Component Analysis) finds projection axes based on total population variance. Because that is not correlated with classes, that means that adding PCA into your classification pipeline is essentially adding a random variable. Or, more exactly, it's like using a set of random, orthogonal projection axes. Here's a simple example of PCA making classification harder&hellip;…

