Real-time collaboration for Jupyter Notebooks, Linux Terminals, LaTeX, VS Code, R IDE, and more,
all in one place. Commercial Alternative to JupyterHub.
Real-time collaboration for Jupyter Notebooks, Linux Terminals, LaTeX, VS Code, R IDE, and more,
all in one place. Commercial Alternative to JupyterHub.
| Download
Project: Testing 18.04
Path: imblearn-test.ipynb
Views: 436Kernel: Python 3 (system-wide)
imblearn on cocalc
kernel: python 3 ubuntu linux
In [1]:
Out[1]:
'0.7.0'
In [2]:
In [3]:
In [4]:
Out[4]:
Original dataset shape Counter({1: 900, 0: 100})
In [5]:
Out[5]:
SMOTE(random_state=42)
In [6]:
Out[6]:
Resampled dataset shape Counter({0: 900, 1: 900})
In [0]: