#🔒 When do we need to use Standard Scaler to standardize things and why?
10 messages · Page 1 of 1 (latest)
@dire salmon
Remember to:
- Ask your Python question, not if you can ask or if there's an expert who can help.
- Show a code sample as text (rather than a screenshot) and the error message, if you've got one.
- Explain what you expect to happen and what actually happens.
:warning: Do not pip install anything that isn't related to your question, especially if asked to over DMs.
do you understand the purpose of normalization in general?
roughly, not 100% though. I do understand that normalization is done such that particular inputs with large values don't affect the values of other inputs with much much smaller magnitude, like it doesn't create some kind of skewness in the model. (I don't really understand how the skewness is created though, like what calculation is done for that to include a certain measure which would include the skewness)
I'm in a meeting, but the short answer is that standard scalar is for when you need to normalize, and you need for the normalized values to be centered on the mean.
there are other times when you need to normalize, but you just need to squish all the values between 0 (original minimum value) and 1 (original highest value)
yeah I see, what would be the mathematical implication of not standardizing/normalizing certain values? How would that create biasness in our model pls
why standardizing based on mean or standard deviation is the way to go?
This help channel has been closed. Feel free to create a new post in #1035199133436354600. To maximize your chances of getting a response, check out this guide on asking good questions.