pipe = make_pipeline(MinMaxScaler(), PCA(n_components=100), SVC())