Linear Models for Regression — Applied Machine Learning in Python

PHOTO EMBED

Sat Oct 28 2023 07:03:41 GMT+0000 (Coordinated Universal Time)

Saved by @elham469

import seaborn as sns
# plot correlation, annmotate with values
sns.clustermap(X_train.corr(), annot=True, cmap='bwr_r')
content_copyCOPY

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