[
https://issues.apache.org/jira/browse/IGNITE-9146?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16568663#comment-16568663
]
Oleg Ignatenko commented on IGNITE-9146:
----------------------------------------
Further study of coverage reports revealed some dead code that needs to be
removed:
- class {{SmallTrainingDatasetSizeException}}. It was introduced per
IGNITE-6880 but the code that used this class was later changed to go without
it per IGNITE-7702
- class {{math.Precision}}. It was introduced (adopted from apache commons
math) per IGNITE-5012 but in later changes turned out of extremely low demand
(as of now only use is a private constant in {{AbstractLSQR}}). Per discussion
with [~amalykh] who is most involved in this code it is better to remove. (to
avoid confusion, note that there is another class with same name but in another
package: {{selection.scoring.metric.Precision}} - that one is to be kept)
> Analyse and improve code coverage in ML module
> ----------------------------------------------
>
> Key: IGNITE-9146
> URL: https://issues.apache.org/jira/browse/IGNITE-9146
> Project: Ignite
> Issue Type: Task
> Components: ml
> Affects Versions: 2.6
> Reporter: Oleg Ignatenko
> Assignee: Oleg Ignatenko
> Priority: Major
> Fix For: 2.7
>
> Attachments: 20180731-ml-coverage.zip
>
>
> Run code coverage analysis, study results and add missing tests where needed.
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)