res = pd.DataFrame(cross_validate(Ridge(), X_train, y_train, return_train_score=True))
res