Okay to create these linear models linear regression in Python, I can do something IDs lm equal linear model dot any regressions then more the equal lm dot v x train and y train can do prediction using something that is prediction, equal model, predict x test and then I can print my prediction okay. So all these are my prediction. So I will say when I want to use linear model linear regressions I have to import a SK learn and then I have to import a linear model here. So, I create a new model here and then I create a model train our model using this our y train and s3. So it means I create a model train the model using a training set. And then I predict using this testing set here, and then these are all my predictions.
Okay, I will say this is a linear regression model.