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 95d2f95 commit 50cbde9Copy full SHA for 50cbde9
ch07/usermodel.py
@@ -41,7 +41,7 @@ def learn_for(i):
41
y = u.data
42
err = 0
43
eb = 0
44
- kf = KFold(len(y), n_folds=4)
+ kf = KFold(len(y), n_folds=5)
45
for train, test in kf:
46
xc, xpos = movie_norm(x[train])
47
reg.fit(xc, y[train] - xpos)
0 commit comments