Feature Scaling Quiz Question

Practice this medium difficulty MCQ on Feature Scaling. Test your knowledge and prepare for interviews.

What is the formula for standardizing a feature?

medium
  • (X - mean) / std_dev
  • (X - mean) / max(X)
  • (X - min) / range
  • (X - mean) / (max(X) - mean)
Log in to submit and view explanations →

Ready to test these skills?

Start Full QuizOpen Python Compiler