[
https://issues.apache.org/jira/browse/HIVEMALL-243?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16791422#comment-16791422
]
ASF GitHub Bot commented on HIVEMALL-243:
-----------------------------------------
asfgit commented on pull request #185: [HIVEMALL-243] Fix nominal variable
handling in DecisionTree and RegressionTre
URL: https://github.com/apache/incubator-hivemall/pull/185
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
> Fix nominal variable handling in DecisionTree and RegressionTree
> ----------------------------------------------------------------
>
> Key: HIVEMALL-243
> URL: https://issues.apache.org/jira/browse/HIVEMALL-243
> Project: Hivemall
> Issue Type: Task
> Affects Versions: 0.5.2
> Reporter: Makoto Yui
> Assignee: Makoto Yui
> Priority: Minor
> Fix For: 0.6.0
>
>
> For NOMINAL variable, the maximum attribute index 'm' is used for computing
> splits.
> This cause performance issues for sparse nominal variables. So, revise this
> handling for a better performance.
> https://github.com/apache/incubator-hivemall/blob/master/core/src/main/java/hivemall/smile/classification/DecisionTree.java#L703
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)