You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<spanclass="nd">@deprecated</span><spanclass="p">(</span><spanclass="n">extra</span><spanclass="o">=</span><spanclass="s1">'will be removed in 0.7.0. Use Preprocessor with '</span>
<spanclass="nd">@deprecated</span><spanclass="p">(</span><spanclass="n">extra</span><spanclass="o">=</span><spanclass="s1">'will be removed in 0.7.0. Use Preprocessor with '</span>
<spanclass="k">assert</span><spanclass="n">callable</span><spanclass="p">(</span><spanclass="n">fn</span><spanclass="p">),</span><spanclass="s1">'fn must be callable.'</span>
<divclass="viewcode-block" id="zscore"><aclass="viewcode-back" href="../../../generated/braindecode.preprocessing.zscore.html#braindecode.preprocessing.zscore">[docs]</a><spanclass="nd">@deprecated</span><spanclass="p">(</span><spanclass="n">extra</span><spanclass="o">=</span><spanclass="s1">'will be removed in 0.7.0. Use sklearn.preprocessing.scale '</span>
<divclass="viewcode-block" id="scale"><aclass="viewcode-back" href="../../../generated/braindecode.preprocessing.scale.html#braindecode.preprocessing.scale">[docs]</a><spanclass="nd">@deprecated</span><spanclass="p">(</span><spanclass="n">extra</span><spanclass="o">=</span><spanclass="s1">'will be removed in 0.7.0. Use numpy.multiply instead.'</span><spanclass="p">)</span>
Copy file name to clipboardExpand all lines: master/auto_examples/plot_bcic_iv_2a_moabb_cropped.html
+7-7
Original file line number
Diff line number
Diff line change
@@ -465,7 +465,7 @@
465
465
<divclass="sphx-glr-script-out highlight-none notranslate"><divclass="highlight"><pre><span></span>/usr/share/miniconda/envs/braindecode/lib/python3.7/site-packages/sklearn/utils/deprecation.py:87: FutureWarning: Function scale is deprecated; will be removed in 0.7.0. Use numpy.multiply instead.
466
466
warnings.warn(msg, category=FutureWarning)
467
467
468
-
<braindecode.datasets.moabb.MOABBDataset object at 0x7f7d77298390>
468
+
<braindecode.datasets.moabb.MOABBDataset object at 0x7f8f1bfa7ed0>
Copy file name to clipboardExpand all lines: master/auto_examples/plot_bcic_iv_2a_moabb_trial.html
+7-7
Original file line number
Diff line number
Diff line change
@@ -435,7 +435,7 @@ <h3>Preprocessing<a class="headerlink" href="#preprocessing" title="Permalink to
435
435
<divclass="sphx-glr-script-out highlight-none notranslate"><divclass="highlight"><pre><span></span>/usr/share/miniconda/envs/braindecode/lib/python3.7/site-packages/sklearn/utils/deprecation.py:87: FutureWarning: Function scale is deprecated; will be removed in 0.7.0. Use numpy.multiply instead.
436
436
warnings.warn(msg, category=FutureWarning)
437
437
438
-
<braindecode.datasets.moabb.MOABBDataset object at 0x7f7d53f94d50>
438
+
<braindecode.datasets.moabb.MOABBDataset object at 0x7f8f36ce8f50>
439
439
</pre></div>
440
440
</div>
441
441
</section>
@@ -568,10 +568,10 @@ <h2>Training<a class="headerlink" href="#training" title="Permalink to this head
568
568
</div>
569
569
<divclass="sphx-glr-script-out highlight-none notranslate"><divclass="highlight"><pre><span></span> epoch train_accuracy train_loss valid_accuracy valid_loss lr dur
0 commit comments