def __init__(self): self.scaler = preprocessing.StandardScaler() self.normer = preprocessing.Normalizer()