[jira] [Commented] (IGNITE-8232) ML package cleanup for 2.5 release

2018-04-13 Thread ASF GitHub Bot (JIRA)

[ 
https://issues.apache.org/jira/browse/IGNITE-8232?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16437622#comment-16437622
 ] 

ASF GitHub Bot commented on IGNITE-8232:


Github user asfgit closed the pull request at:

https://github.com/apache/ignite/pull/3823


> ML package cleanup for 2.5 release
> --
>
> Key: IGNITE-8232
> URL: https://issues.apache.org/jira/browse/IGNITE-8232
> Project: Ignite
>  Issue Type: Improvement
>  Components: ml
>Affects Versions: 2.5
>Reporter: Anton Dmitriev
>Assignee: Yury Babak
>Priority: Major
> Fix For: 2.5
>
>
> To prepare release 2.5 we need to cleanup existing code.
> # Cleanup {{org.apache.ignite.ml.Trainer}} and correspondent 
> {{LinearRegressionQRTrainer}}.
> # Cleanup {{org.apache.ignite.ml.trainers.Trainer}} and correspondent 
> {{GroupTrainer}}/{{Metaoptimizer}}.
> # Cleanup {{Estimators}} class.
> # Use {{SimpleLabeledDatasetData}} instead of {{LinSysPartitionDataOnHeap}}.
> # Cleanup {{GradientFunction}}, {{GradientDescent}}, 
> {{LeastSquaresGradientFunction}}, etc. in {{optimization}} package.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Commented] (IGNITE-8232) ML package cleanup for 2.5 release

2018-04-13 Thread ASF GitHub Bot (JIRA)

[ 
https://issues.apache.org/jira/browse/IGNITE-8232?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16437592#comment-16437592
 ] 

ASF GitHub Bot commented on IGNITE-8232:


GitHub user ybabak opened a pull request:

https://github.com/apache/ignite/pull/3823

IGNITE-8232 ML package cleanup for 2.5 release.

fixed javadoc

You can merge this pull request into a Git repository by running:

$ git pull https://github.com/gridgain/apache-ignite ignite-8232

Alternatively you can review and apply these changes as the patch at:

https://github.com/apache/ignite/pull/3823.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

This closes #3823


commit 098d2832b3f4af23c72bc25f43e4ab8a95f2f416
Author: Zinoviev Alexey 
Date:   2018-04-11T18:40:27Z

IGNITE-7829: Added example

commit da58736d2c223061ebbc8e54a252661165d10919
Author: Zinoviev Alexey 
Date:   2018-04-11T18:47:59Z

IGNITE-7829: Added example

commit f806dcff52a51692c4d80d20d3d33c2220eb4a9c
Author: zaleslaw 
Date:   2018-04-12T12:10:05Z

IGNITE-7829: Fixed Anton's review

commit d81ee7f72b78820d664661ef269eeb4fe1178c04
Author: zaleslaw 
Date:   2018-04-12T12:12:54Z

IGNITE-7829: Fixed Anton's review 2

commit 550eb79d771c97bfb9cfb6dc24882af7d1215692
Author: Zinoviev Alexey 
Date:   2018-04-12T12:14:31Z

Merge branch 'master' into ignite-7829

commit 3ea8e3df0f7b72ea6f58e2a47d1677dd6863d077
Author: Anton Dmitriev 
Date:   2018-04-12T12:30:08Z

IGNITE-8232 Remove all trainers except DatasetTrainer.

commit a79f28d671a66c1c8722dbe036686fdb9427fc61
Author: zaleslaw 
Date:   2018-04-12T12:30:09Z

IGNITE-7829: Fixed tests

commit 652581ac57eb0741677f5bd727ccbd04cc86e4e8
Author: zaleslaw 
Date:   2018-04-12T12:30:35Z

Merge branch 'ignite-7829' of https://github.com/gridgain/apache-ignite 
into ignite-7829

commit 0b7ec05427015dd014c811468b037c7ae308028c
Author: Anton Dmitriev 
Date:   2018-04-12T12:40:45Z

IGNITE-8232 Remove estimators.

commit 053bfb72105be69b6032459377ec41e92ab0d5ac
Author: Anton Dmitriev 
Date:   2018-04-12T12:59:50Z

IGNITE-8232 Use SimpleLabeledDatasetData instead of dedicated
LinSysOnHeapData.

commit 14a7357afc0f33b07f5d4f56d6081222ec5bb437
Author: Anton Dmitriev 
Date:   2018-04-12T13:35:59Z

IGNITE-8233 Add protection of dataset compute method from empty data.

commit c63105c2cd4d4d8829ff300eaa7d11ed6620ebdb
Author: Anton Dmitriev 
Date:   2018-04-12T13:44:55Z

IGNITE-8233 Fix tests after adding protection of dataset compute method
from empty data.

commit da4baaf246b24867636578ea95fd53f2e92ea86c
Author: Anton Dmitriev 
Date:   2018-04-12T13:53:33Z

IGNITE-8233 Fix tests after adding protection of dataset compute method
from empty data.

commit 64656650ed4d2ebd165b7d62f59b9ce8cf027a6e
Author: Anton Dmitriev 
Date:   2018-04-12T13:55:57Z

IGNITE-8233 Fix tests after adding protection of dataset compute method
from empty data.

commit bd7aa5cf6da0b37c37862851d50b85fd822da344
Author: Anton Dmitriev 
Date:   2018-04-12T13:56:30Z

IGNITE-8233 Fix tests after adding protection of dataset compute method
from empty data.

commit 95d30e4175a55761760e7b3f8bb1d9a5bc00823f
Author: Anton Dmitriev 
Date:   2018-04-12T14:06:54Z

Merge branch 'ignite-8233' into ignite-8232

commit 02bd96b25568af2edf36965dfa0c7d66c0a4a256
Author: Anton Dmitriev 
Date:   2018-04-12T14:17:25Z

IGNITE-8233 Use Precision.EPSILON in AbstractLSQR.

commit e6066f572f40ebc709aa011ed1083d09303f601b
Author: dmitrievanthony 
Date:   2018-04-13T08:33:02Z

Revert "IGNITE-8233 Fix tests after adding protection of dataset compute 
method from empty data."

This reverts commit bd7aa5c

commit f1638a475826c37dbd0b0f71585a3c3ebfc37e2e
Author: dmitrievanthony 
Date:   2018-04-13T08:33:06Z

Revert "IGNITE-8233 Fix tests after adding protection of dataset compute 
method from empty data."

This reverts commit 6465665

commit 887b45fb659378f4a4b9e786b8169bd402688ffd
Author: dmitrievanthony 
Date:   2018-04-13T08:34:45Z

IGNITE-8233 Test SVM on 10 partitions instead of 1.

commit 85fa1771da8dc84ca6e35a10c7da596170f1637f
Author: dmitrievanthony 
Date:   2018-04-13T08:37:24Z

Merge remote-tracking branch 'prof/ignite-7829' into ignite-8233

# Conflicts:
#   
modules/ml/src/test/java/org/apache/ignite/ml/knn/KNNClassificationTest.java
#   

[jira] [Commented] (IGNITE-8232) ML package cleanup for 2.5 release

2018-04-13 Thread ASF GitHub Bot (JIRA)

[ 
https://issues.apache.org/jira/browse/IGNITE-8232?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16437423#comment-16437423
 ] 

ASF GitHub Bot commented on IGNITE-8232:


Github user asfgit closed the pull request at:

https://github.com/apache/ignite/pull/3806


> ML package cleanup for 2.5 release
> --
>
> Key: IGNITE-8232
> URL: https://issues.apache.org/jira/browse/IGNITE-8232
> Project: Ignite
>  Issue Type: Improvement
>  Components: ml
>Affects Versions: 2.5
>Reporter: Anton Dmitriev
>Assignee: Anton Dmitriev
>Priority: Major
> Fix For: 2.5
>
>
> To prepare release 2.5 we need to cleanup existing code.
> # Cleanup {{org.apache.ignite.ml.Trainer}} and correspondent 
> {{LinearRegressionQRTrainer}}.
> # Cleanup {{org.apache.ignite.ml.trainers.Trainer}} and correspondent 
> {{GroupTrainer}}/{{Metaoptimizer}}.
> # Cleanup {{Estimators}} class.
> # Use {{SimpleLabeledDatasetData}} instead of {{LinSysPartitionDataOnHeap}}.
> # Cleanup {{GradientFunction}}, {{GradientDescent}}, 
> {{LeastSquaresGradientFunction}}, etc. in {{optimization}} package.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Commented] (IGNITE-8232) ML package cleanup for 2.5 release

2018-04-12 Thread ASF GitHub Bot (JIRA)

[ 
https://issues.apache.org/jira/browse/IGNITE-8232?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16435476#comment-16435476
 ] 

ASF GitHub Bot commented on IGNITE-8232:


GitHub user dmitrievanthony opened a pull request:

https://github.com/apache/ignite/pull/3806

IGNITE-8232 ML package cleanup for 2.5 release.



You can merge this pull request into a Git repository by running:

$ git pull https://github.com/gridgain/apache-ignite ignite-8232

Alternatively you can review and apply these changes as the patch at:

https://github.com/apache/ignite/pull/3806.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

This closes #3806


commit 3ea8e3df0f7b72ea6f58e2a47d1677dd6863d077
Author: Anton Dmitriev 
Date:   2018-04-12T12:30:08Z

IGNITE-8232 Remove all trainers except DatasetTrainer.




> ML package cleanup for 2.5 release
> --
>
> Key: IGNITE-8232
> URL: https://issues.apache.org/jira/browse/IGNITE-8232
> Project: Ignite
>  Issue Type: Improvement
>  Components: ml
>Affects Versions: 2.5
>Reporter: Anton Dmitriev
>Assignee: Anton Dmitriev
>Priority: Major
>
> To prepare release 2.5 we need to cleanup existing code.
> # Cleanup {{org.apache.ignite.ml.Trainer}} and correspondent 
> {{LinearRegressionQRTrainer}}.
> # Cleanup {{org.apache.ignite.ml.trainers.Trainer}} and correspondent 
> {{GroupTrainer}}/{{Metaoptimizer}}.
> # Use {{EmptyContext}} class instead of {{KNNPartitionContext}}, 
> {{LabelPartitionContext}}, and {{SVMPartitionContext}}.
> # Cleanup {{Estimators}} class.
> # Add {{serialVersionUID}} to {{KNNClassificationModel}}, 
> {{KNNRegressionModel}}, {{SVMLinearMultiClassClassificationModel}} classes.
> # Use {{SimpleLabeledDatasetData}} instead of {{LinSysPartitionDataOnHeap}}.
> # Cleanup {{GradientFunction}}, {{GradientDescent}}, 
> {{LeastSquaresGradientFunction}}, etc. in {{optimization}} package.
> # Update {{KNNRegressionTest}}, {{KNNRegressionTest}}, {{KNNRegressionTest}} 
> to run without Ignite.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)