Skip to content

Commit 265cea6

Browse files
committed
DOC fix extra comment movies 4T
1 parent 28acc8a commit 265cea6

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

tutorials/movies_4T/02_plot_ridge_model.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -221,7 +221,7 @@
221221
# Compare with a model without delays
222222
# -----------------------------------
223223
#
224-
# # To present an example of model comparison, we define here another model,
224+
# To present an example of model comparison, we define here another model,
225225
# without feature delays (i.e. no Delayer). This model is unlikely to perform
226226
# well, since fMRI responses are delayed in time with respect to the stimulus.
227227

@@ -235,6 +235,8 @@
235235
)
236236
pipeline
237237

238+
###############################################################################
239+
238240
pipeline.fit(X_train, Y_train)
239241
scores_nodelay = pipeline.score(X_test, Y_test)
240242
scores_nodelay = backend.to_numpy(scores_nodelay)

0 commit comments

Comments
 (0)