jasmine.preprocessing.StandardScaler.fit

StandardScaler.fit(X: Array)[source]

Fit the scaler to the data. :param X: Input features of shape (n_samples, n_features). :type X: jnp.ndarray

Returns:

Fitted scaler instance.

Return type:

self