[
https://issues.apache.org/jira/browse/SPARK-26829?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Santokh Singh updated SPARK-26829:
----------------------------------
Description:
Standard scaler and some similar transformations takes input column name and
produce a new column, either accepting output column or generating new one with
some random name after performing transformation.
"inplace" flag on true does not generate new column in output in dataframe
after transformation; preserves schema of df.
"inplace" flag on false works the way its currently working.
> In place standard scaler so the column remains same after transformation
> ------------------------------------------------------------------------
>
> Key: SPARK-26829
> URL: https://issues.apache.org/jira/browse/SPARK-26829
> Project: Spark
> Issue Type: Improvement
> Components: ML
> Affects Versions: 2.3.2
> Reporter: Santokh Singh
> Priority: Major
>
> Standard scaler and some similar transformations takes input column name and
> produce a new column, either accepting output column or generating new one
> with some random name after performing transformation.
> "inplace" flag on true does not generate new column in output in dataframe
> after transformation; preserves schema of df.
> "inplace" flag on false works the way its currently working.
>
>
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]