statlearning-notebooks icon indicating copy to clipboard operation
statlearning-notebooks copied to clipboard

Python notebooks for exercises covered in Stanford statlearning class (where exercises were in R).

Results 2 statlearning-notebooks issues
Sort by recently updated
recently updated
newest added

/* 使用 */ background: green; /* 使用 和 */ background: url("test.jpg") repeat-y; /* 使用 和 */ background: border-box red; /* 将背景设为一张居中放大的图片 */ background: no-repeat center/80% url("../img/image.png");

In `loo_shortcut(X, y)` function, acorrding to the ITSL, `mse = ((y[row] - ypred[row]) / (1 - hi))**2` should be right