Anix LynchProanixblog.hashnode.dev·Aug 4, 2024Standardization (Z-Scores) helps make data "apple to apple🍎"?We'll use a school grading system across different subjects as our analogy. import numpy as np import pandas as pd from sklearn.preprocessing import StandardScaler # Example data: test scores in different subjects data = { 'math_score': [65, 70,...Z-ScoresAdd a thoughtful commentNo comments yetBe the first to start the conversation.