I am writing code to perform nested CV in Python, by using scikit-learn library. My code core is the following:
pipe = Pipeline([(\'scl\', StandardScaler()),