You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@spark.apache.org by "Sean Owen (JIRA)" <ji...@apache.org> on 2019/03/01 21:38:00 UTC

[jira] [Resolved] (SPARK-26829) In place standard scaler so the column remains same after transformation

     [ https://issues.apache.org/jira/browse/SPARK-26829?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Sean Owen resolved SPARK-26829.
-------------------------------
    Resolution: Won't Fix

> 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: issues-unsubscribe@spark.apache.org
For additional commands, e-mail: issues-help@spark.apache.org