User Guide
API Reference
StandardScaler
StandardScaler.fit_transform()
Fit the scaler and transform the data in one step.
X (jnp.ndarray) – Input features of shape (n_samples, n_features).
Transformed features.
jnp.ndarray