[
https://issues.apache.org/jira/browse/IGNITE-10528?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Alexey Zinoviev updated IGNITE-10528:
-------------------------------------
Ignite Flags: Release Notes Required (was: Docs Required)
Release Note: Fix incorrect comparing of double values in ML examples
> [ML] Fix incorrect comparing of double values in ML examples
> ------------------------------------------------------------
>
> Key: IGNITE-10528
> URL: https://issues.apache.org/jira/browse/IGNITE-10528
> Project: Ignite
> Issue Type: Bug
> Components: ml
> Affects Versions: 2.8
> Reporter: Alexey Zinoviev
> Assignee: Alexey Zinoviev
> Priority: Critical
> Fix For: 2.8
>
>
> Look at code row
> if (groundTruth != prediction)
> in each example
> Fix with Math.abs or Double.compare method (don't forget precision)
--
This message was sent by Atlassian Jira
(v8.3.4#803005)