Overview
Outlier Detection
Drift Detection
Adversarial Detection
Deployment
Datasets
Models
API reference
Bibliography
Randomly change integer feature values to values within a set range with a specified permutation rate.
X (ndarray) – Batch of data to be perturbed.
ndarray
rate (Optional[float]) – Permutation rate (between 0 and 1).
Optional
float
seed (int) – Random seed.
int
feature_range (tuple) – Min and max range for perturbed features.
tuple
Tensor
Array with perturbed data.