I’ll be real—I only normalize when I *have* to. Like, if I’m doing PCA or some distance-based algo. Otherwise, meh.
Whats the point of pandas normalization? It’s mostly for algorithms that care about scale. If you’re just summing or averaging, who cares?
But yeah, it’s one of those things that’s good to know how to do when it *does* matter.
Whats the point of pandas normalization? It’s mostly for algorithms that care about scale. If you’re just summing or averaging, who cares?
But yeah, it’s one of those things that’s good to know how to do when it *does* matter.
