import seaborn as sns
What is it?
sns.lmplot(x="body_mass_g", y="flipper_length_mm", data=sns.load_dataset("penguins"), scatter_kws={"s": 4}, height=8)
<seaborn.axisgrid.FacetGrid at 0x16dacb3d0>
"The target variable is a linear function of the input features" means... $$ y = ax$$