[
https://issues.apache.org/jira/browse/IGNITE-8668?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16504713#comment-16504713
]
ASF GitHub Bot commented on IGNITE-8668:
----------------------------------------
Github user asfgit closed the pull request at:
https://github.com/apache/ignite/pull/4143
> K-fold cross validation of models
> ---------------------------------
>
> Key: IGNITE-8668
> URL: https://issues.apache.org/jira/browse/IGNITE-8668
> Project: Ignite
> Issue Type: New Feature
> Components: ml
> Reporter: Yury Babak
> Assignee: Anton Dmitriev
> Priority: Major
> Fix For: 2.6
>
>
> Cross validation is a well knows approach that allows to avoid overfitting
> and therefore improve model quality. K-fold cross validation is based on
> splitting dataset on _k_ disjoint subsets and using _k-1_ of them as train
> subset and the remaining subset for test (with all possible combinations).
> The goal of this task is to implement K-fold cross validation based on an
> ability to filter dataset added recently in IGNITE-8666.
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)