#🔒 When do we need to use Standard Scaler to standardize things and why?

10 messages · Page 1 of 1 (latest)

dire salmon
#

Hello, can someone explain when do we need to use Standard Scaler to standardize things and why pls

dusky crownBOT
#

@dire salmon

Python help channel opened

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.

silver sleet
dire salmon
# silver sleet 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)

silver sleet
#

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)

dire salmon
#

why standardizing based on mean or standard deviation is the way to go?

dusky crownBOT
#
Python help channel closed for inactivity

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.