We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 499d8ae commit 9f6b946Copy full SHA for 9f6b946
bias-variance.ipynb
@@ -546,22 +546,22 @@
546
},
547
{
548
"cell_type": "code",
549
- "execution_count": 145,
+ "execution_count": 158,
550
"metadata": {},
551
"outputs": [
552
553
"data": {
554
"text/plain": [
555
- "0.20139664888649592"
+ "0.20670007189530804"
556
]
557
558
559
560
"output_type": "execute_result"
561
}
562
],
563
"source": [
564
- "((h1_bar[0] * x + h1_bar[1])**2).mean()"
+ "((h1_bar[0] * x + h1_bar[1] - y)**2).mean()"
565
566
567
0 commit comments