jasmine.preprocessing.StandardScaler.inverse_transform

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

Inverse transform the standardized data back to original scale.

Parameters:

X (jnp.ndarray) – Standardized features of shape (n_samples, n_features).

Returns:

Original scale features.

Return type:

jnp.ndarray