Scaler

class Scaler(Preprocessor):
    def __init__(self):
        super().__init__()

Last updated