User Documentation
API Documentation
Tutorial - Examples
Addtional information
imblearn.utils.
hash_X_y
Compute hash of the input arrays.
X : ndarray, shape (n_samples, n_features)
The X array.
X
y : ndarray, shape (n_samples)
X_hash: str
Hash identifier of the X matrix.
y_hash: str
Hash identifier of the y matrix.
y