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
<li><p><strong>label</strong> (<aclass="reference external" href="https://docs.python.org/3.7/library/stdtypes.html#str" title="(in Python v3.7)"><em>str</em></a>) – Name of the variable to split</p></li>
47
+
</ul>
48
+
</dd>
49
+
<dtclass="field-even">Returns</dt>
50
+
<ddclass="field-even"><p>The <cite>positive</cite> and <cite>negative</cite> data splited</p>
<li><p><strong>target_name</strong> (<aclass="reference external" href="https://docs.python.org/3.7/library/stdtypes.html#str" title="(in Python v3.7)"><em>str</em></a><em> or </em><aclass="reference external" href="https://docs.python.org/3.7/library/constants.html#None" title="(in Python v3.7)"><em>None</em></a>) – Target name for reports</p></li>
68
+
<li><p><strong>plot</strong> (<em>'all'</em><em> or </em><em>'categorical'</em><em> or </em><em>'numerical'</em><em> or </em><aclass="reference external" href="https://docs.python.org/3.7/library/constants.html#None" title="(in Python v3.7)"><em>None</em></a>) – Plots the
69
+
variables, showing the difference in the classes</p></li>
70
+
</ul>
71
+
</dd>
72
+
<dtclass="field-even">Returns</dt>
73
+
<ddclass="field-even"><p>Table of variables and their classification tests</p>
<li><p><strong>rate</strong> (<aclass="reference external" href="https://docs.python.org/3.7/library/functions.html#float" title="(in Python v3.7)"><em>float</em></a>) – Ratio of the number of samples in the minority class over
47
+
the number of samples in the majority class after resampling</p></li>
48
+
<li><p><strong>strategy</strong> (<em>'hybrid' | 'over_sampling' | 'under_sampling'</em>) – Strategy to
0 commit comments