User Guide
API Reference
StandardScaler
StandardScaler.fit()
Fit the scaler to the data. :param X: Input features of shape (n_samples, n_features). :type X: jnp.ndarray
Fitted scaler instance.
self