[GitHub] ignite pull request #3583: IGNITE-7830: Adopt kNN regression model to the ne...

2018-04-11 Thread asfgit
Github user asfgit closed the pull request at:

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


---


[GitHub] ignite pull request #3583: IGNITE-7830: Adopt kNN regression model to the ne...

2018-02-28 Thread zaleslaw
GitHub user zaleslaw opened a pull request:

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

IGNITE-7830: Adopt kNN regression model to the new Partitioned Dataset

Added model and tests

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

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

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

https://github.com/apache/ignite/pull/3583.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 #3583


commit ae9741f36d360c2deada2804baa2cec1fb0254ea
Author: zaleslaw 
Date:   2018-02-14T14:42:16Z

Added draft sample

commit 531b336d569456fdee11a424878bd119b3b63c28
Author: Zinoviev Alexey 
Date:   2018-02-22T11:42:05Z

IGNITE-7702: Added tests

commit ad71203ca565f9ef688bea1924bc77052818e236
Author: Zinoviev Alexey 
Date:   2018-02-22T17:06:51Z

IGNITE-7702: Fixed bug

commit fd8f976f3d42066139b0359709fb8ea6eded2f0f
Author: Zinoviev Alexey 
Date:   2018-02-22T17:09:32Z

IGNITE-7702: remove incorrect examples

commit 4622dc6df0bf48c800dc413a24278d227e96f6aa
Author: Zinoviev Alexey 
Date:   2018-02-22T17:10:17Z

IGNITE-7702: Rewrite KNN classifications

commit 3a661d9e0627b8696c580d4f3587f51b30800166
Author: Zinoviev Alexey 
Date:   2018-02-22T17:11:28Z

IGNITE-7702: Delete incorrect benchmarks

commit c0e2edfbd3893ad693a72462315f4b7c5bd61ac6
Author: Zinoviev Alexey 
Date:   2018-02-22T17:36:15Z

IGNITE-7702: Fixed tests

commit cee126f3a2eedbe88166111d11aa6d985444b924
Author: Zinoviev Alexey 
Date:   2018-02-27T13:41:37Z

IGNITE-7702: Fixed licenses

commit a7b8e8ad773e422ff43d484fa62e8ef58553a802
Author: Zinoviev Alexey 
Date:   2018-02-27T13:48:45Z

Merge branch 'master' into ignite-7702

commit c63ab415bad489efc93e43538d866fcc5780b642
Author: Zinoviev Alexey 
Date:   2018-02-27T13:49:25Z

IGNITE-7702: Fixed merged conflicts

commit c06a7a00f735e71d659cd6794a6817f9a9fba0e2
Author: Zinoviev Alexey 
Date:   2018-02-27T14:02:55Z

IGNITE-7796: Added example

commit ea26015fa2f249a871f79f13ebd96d5862cd90a3
Author: Zinoviev Alexey 
Date:   2018-02-28T07:10:40Z

IGNITE-7796: Fix imports

commit 36e1e1a5b331ecf56b1e80040e56634acd8df11c
Author: Zinoviev Alexey 
Date:   2018-02-28T07:17:59Z

IGNITE-7702: Fix imports

commit 3a46010da3a467dfeda43cd1a31454f1dedf14d7
Author: Zinoviev Alexey 
Date:   2018-02-28T07:21:43Z

Merge branch 'ignite-7702' into ignite-7796

commit 6657c87da8710455a2cff8ea6c43faf192fa0c18
Author: Zinoviev Alexey 
Date:   2018-02-28T08:37:44Z

IGNITE-7830: Added model and tests




---