Linear Models for Regression — Applied Machine Learning in Python

PHOTO EMBED

Sat Oct 28 2023 07:06:04 GMT+0000 (Coordinated Universal Time)

Saved by @elham469

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

https://amueller.github.io/aml/02-supervised-learning/05-linear-models-regression.html