model = LinearRegression() model.fit(x_train, y_train)
Hosted onDeepnote