jasmine.preprocessing.StandardScaler.transform

StandardScaler.transform(X: Array) Array[source]

Transform the data using the fitted parameters. :param X: Input features of shape (n_samples, n_features). :type X: jnp.ndarray

Returns:

Transformed features.

Return type:

jnp.ndarray