Skip to content

Commit

Permalink
AMD
Browse files Browse the repository at this point in the history
  • Loading branch information
christianbrodbeck committed Jul 25, 2021
1 parent c286639 commit b596b1a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/deconvolution/partitions.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@
# language: python
# name: python3
# ---
# sphinx_gallery_thumbnail_number = 6

"""
.. _exa-data_split:
Expand All @@ -25,6 +24,7 @@
----------
During boosting, every training step consists in modifying one element of the kernel/TRF. After every such step, the new TRF is evaluated against the validation data. For continuous data (without :class:`Case` dimension), the default is to split the data into 10 equal-length segments, and perform 10 model fits, each using one of the segments as validation set. In the plots below, each "Split" shown on the y-axis corresponds to a separate run of the boosting algorithm. The results returned by the :func:`boosting` function would be based on to the average TRF of those 10 runs.
"""
# sphinx_gallery_thumbnail_number = 6
from eelbrain import *


Expand Down

0 comments on commit b596b1a

Please sign in to comment.