[
https://issues.apache.org/jira/browse/HIVEMALL-162?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Makoto Yui updated HIVEMALL-162:
--------------------------------
Fix Version/s: 0.5.0
> 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
> Fix For: 0.5.0
>
>
> 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)