jasmine.preprocessing.StandardScaler.is_fitted

property StandardScaler.is_fitted: bool

Check if the scaler has been fitted.

Returns:

True if fitted, False otherwise.

Return type:

bool