You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@ignite.apache.org by "Alexey Zinoviev (Jira)" <ji...@apache.org> on 2020/06/26 08:20:00 UTC

[jira] [Updated] (IGNITE-7593) Improve data used in DecisionTreesExample

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

Alexey Zinoviev updated IGNITE-7593:
------------------------------------
    Fix Version/s:     (was: 2.9)

> Improve data used in DecisionTreesExample
> -----------------------------------------
>
>                 Key: IGNITE-7593
>                 URL: https://issues.apache.org/jira/browse/IGNITE-7593
>             Project: Ignite
>          Issue Type: Task
>          Components: ml
>            Reporter: Oleg Ignatenko
>            Assignee: Alexey Zinoviev
>            Priority: Minor
>
> Data currently used in {{DecisionTreesExample}} looks not quite optimal:
> # It is large, as evidenced in the warning in javadocs: "It is recommended to start at least one node prior to launching this example if you intend to run it with default memory settings."
> # It makes example run for quite a long time.
> # It doesn't have license (likely meaning "all rights reserved" by default) which makes it troublesome to include in project sources so that current approach is to prompt user to download it, additionally complicated by making example skip when run unattended from {{IgniteExamplesMLTestSuite}}.
> Suggest to find or construct a smaller data for this example which would still make sense to demonstrate how algorithm works and in the same time would be 1) easier on memory usage, 2) quicker to run and 3) would allow carrying it within project instead of prompting user to download it.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)