LALE
latest
Contents:
Installation
LALE
Docs
»
lale.lib.autogen.standard_scaler module
Edit on GitHub
lale.lib.autogen.standard_scaler module
¶
class
lale.lib.autogen.standard_scaler.
StandardScalerImpl
(
copy=True
,
with_mean=True
,
with_std=True
)
[source]
¶
Bases:
object
fit
(
X
,
y=None
)
[source]
¶
transform
(
X
)
[source]
¶