So I have a function with multiple df inputs and I want to create a for loop, for now I get an error:
def get_R_squared(X,y, ts,rs): X_train, X_test, y_tr