We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 28acc8a commit 265cea6Copy full SHA for 265cea6
1 file changed
tutorials/movies_4T/02_plot_ridge_model.py
@@ -221,7 +221,7 @@
221
# Compare with a model without delays
222
# -----------------------------------
223
#
224
-# # To present an example of model comparison, we define here another model,
+# To present an example of model comparison, we define here another model,
225
# without feature delays (i.e. no Delayer). This model is unlikely to perform
226
# well, since fMRI responses are delayed in time with respect to the stimulus.
227
@@ -235,6 +235,8 @@
235
)
236
pipeline
237
238
+###############################################################################
239
+
240
pipeline.fit(X_train, Y_train)
241
scores_nodelay = pipeline.score(X_test, Y_test)
242
scores_nodelay = backend.to_numpy(scores_nodelay)
0 commit comments