GitHub user zaleslaw opened a pull request:
https://github.com/apache/ignite/pull/3218 IGNITE-7079: Add examples for kNN classification and for kNN regression 1. Added two examples 2. Improved LabeledDataset 3. Added tests for these improvements. 4. Added helper class to split the given dataset on test and train subsets. You can merge this pull request into a Git repository by running: $ git pull https://github.com/gridgain/apache-ignite ignite-7079 Alternatively you can review and apply these changes as the patch at: https://github.com/apache/ignite/pull/3218.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 #3218 ---- commit 2cb4f5f3da67ad077f837eeeda11baf44c101245 Author: zaleslaw <[hidden email]> Date: 2017-11-14T12:47:29Z Refactored keys commit 462719fef2364cd2aded23bb32edf4d0a53b9d7f Author: zaleslaw <[hidden email]> Date: 2017-11-14T12:47:51Z Added tests commit c180c8c60a1b43a516cd7a045420bc1dc16adcdd Author: zaleslaw <[hidden email]> Date: 2017-11-14T12:48:14Z Added vectors commit 39766ed0bfdb9a95118b7e0c59ec39a441307c0e Author: zaleslaw <[hidden email]> Date: 2017-11-14T12:48:43Z Refactored storages and matrices commit b9deec6d3f71db8da45800ad8a6f0ec560a25294 Author: zaleslaw <[hidden email]> Date: 2017-11-14T12:49:11Z Fixed issues with keys commit 3dbbb20efccbc85bf8022b34935096d5310c9554 Author: zaleslaw <[hidden email]> Date: 2017-11-14T18:25:14Z Added kNN classifier draft commit 41ee88add4ebc31efa7a4e903ff4d78d92bd2e8a Author: zaleslaw <[hidden email]> Date: 2017-11-15T16:59:44Z Added loading from file commit 68c82c7f3ac3c220f52f76ce0057032bc55b33fe Author: zaleslaw <[hidden email]> Date: 2017-11-15T18:56:48Z Added kNN regression draft commit 552d9af6d9ec0ca5156a7b84457c93dc896946e3 Author: zaleslaw <[hidden email]> Date: 2017-11-16T11:28:41Z Added different distances commit b84d1b6ae284edaa510f7eefa84f5594dd1cb83e Author: zaleslaw <[hidden email]> Date: 2017-11-17T14:44:05Z Removed incorrect patch commit 401a464c6bde191111bbf1f11d0d32a2aea9facc Author: zaleslaw <[hidden email]> Date: 2017-11-17T15:11:09Z Added OLS Distributed support commit a003cc22902afa2fdfcb1d90a29d07ff936a13be Author: Zinoviev Alexey <[hidden email]> Date: 2017-11-21T16:32:25Z Fix codestyle commit 29014354df79f2ff6e46542420030c0f091566fc Author: Zinoviev Alexey <[hidden email]> Date: 2017-11-26T14:01:39Z Merge branch 'master' into ignite-6880 commit 12f081969baa25c49b0c55f74e3551c113ebb8d8 Author: Zinoviev Alexey <[hidden email]> Date: 2017-11-26T15:17:25Z Added distances and test for them commit 8a1cc76ed63c4d72a76af37423d8a197eafd6f31 Author: Zinoviev Alexey <[hidden email]> Date: 2017-11-27T15:44:41Z Added LabeledDataset commit 754208280ee929df8c317eb15c0a3071a63dc6f5 Author: Zinoviev Alexey <[hidden email]> Date: 2017-11-28T15:34:01Z Added tests commit c5c37304929d67aa9722d701d9b40b976198b812 Author: Zinoviev Alexey <[hidden email]> Date: 2017-11-28T15:52:53Z Added tests commit d282042fb4625159f65629fe1a9efa0e25831195 Author: Zinoviev Alexey <[hidden email]> Date: 2017-11-28T16:29:27Z Added normalization commit 52749bc9bcfe2d9ad50b92b0f392e2baa4a505f1 Author: Zinoviev Alexey <[hidden email]> Date: 2017-11-29T16:04:05Z Added code style commit ed78a89cf59d07de2781c755749ea97e041f8839 Author: Zinoviev Alexey <[hidden email]> Date: 2017-11-30T11:30:07Z Added code style commit 663a8e1a1ea875cfa8e7b31652a7aa7ec1acd668 Author: Zinoviev Alexey <[hidden email]> Date: 2017-11-30T11:36:08Z Added code style commit 7d22bcd33fcea3a7588c46368b5289d5b306db7f Author: Zinoviev Alexey <[hidden email]> Date: 2017-12-07T11:01:43Z Merge from master commit 7a1ac3f3c10eeaa5f96b8ebba5a54aa6cced4e29 Author: Zinoviev Alexey <[hidden email]> Date: 2017-12-07T11:26:10Z Merge branch 'master' into ignite-6880 commit 367e114b210e17e5dd1415db3ad162b932d830fa Author: Zinoviev Alexey <[hidden email]> Date: 2017-12-07T14:12:22Z Fixed comments commit b304deb349a95a8d2f9e62cd53465824a85a13bf Author: zaleslaw <[hidden email]> Date: 2017-12-08T10:43:08Z Merge branch 'master' of https://github.com/apache/ignite commit e3a4667ba40ff81c2e99d68ed2d93461b488b8dd Author: zaleslaw <[hidden email]> Date: 2017-12-08T11:02:54Z Merge branch 'master' into ignite-6880 commit 5069fcb7aa6510806c1ee60e0dbcfaf59d746091 Author: zaleslaw <[hidden email]> Date: 2017-12-08T11:15:49Z Merge branch 'master' into ignite-6880 commit 879f750159ba2971e3ec96ca204e1797e4ed8817 Author: zaleslaw <[hidden email]> Date: 2017-12-08T12:36:19Z Fixed examples commit 0bf1bae4c1e7da9164ce4932ce7934af265270a6 Author: zaleslaw <[hidden email]> Date: 2017-12-08T13:34:38Z IGNITE-6880: Fixed review commit 378813b9eace52b4079063f9edb755dfa5cfa2c4 Author: zaleslaw <[hidden email]> Date: 2017-12-08T14:28:32Z IGNITE-6880: Fixed review ---- --- |
Free forum by Nabble | Edit this page |