I have a model that I create in the following way:
X = df[["Height", "Age", "Gender"]] Y = df["Weight"] reg = linear_m