You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@hivemall.apache.org by "Takuya Kitazawa (JIRA)" <ji...@apache.org> on 2017/12/18 07:32:00 UTC

[jira] [Closed] (HIVEMALL-162) Support `l1_normalize` for feature vector

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

Takuya Kitazawa closed HIVEMALL-162.
------------------------------------
    Resolution: Implemented

> Support `l1_normalize` for feature vector
> -----------------------------------------
>
>                 Key: HIVEMALL-162
>                 URL: https://issues.apache.org/jira/browse/HIVEMALL-162
>             Project: Hivemall
>          Issue Type: New Feature
>            Reporter: Takuya Kitazawa
>            Assignee: Takuya Kitazawa
>            Priority: Minor
>
> Similarly to {{[l2_normalize|https://github.com/apache/incubator-hivemall/blob/master/core/src/main/java/hivemall/ftvec/scaling/L2NormalizationUDF.java]}} UDF, we can support L1 normalization, even though it can be achieved by standard HiveQL syntax (i.e.,
>  something like {{col / sum(col)}}).



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)