" y_pred = np.array([model.predict([t]) for t in x])\n", @@ -1438,17 +1442,25 @@ "cell_type": "markdown", "metadata": {}, "source": [ "We can remove the outlier at x ~ 42500 and retry." "We can remove the outlier at x ~ 42500 and retry (with Lasso regularizatio...