[GitHub] ignite pull request #5204: IGNITE-9747 Add Bernoulli naive Bayes

2018-10-29 Thread dehasi
GitHub user dehasi opened a pull request:

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

IGNITE-9747 Add Bernoulli naive Bayes



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

$ git pull https://github.com/dehasi/ignite 
feature/ignite-9747-add-bernoulli-bayes

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

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


commit 82e2cdf780a0ddc61b85b09509c3b62431f73312
Author: dehasi 
Date:   2018-10-24T16:37:39Z

IGNITE-9747: Add bernoulli package

commit aaec115f7692d925c4bc84db0f0532a672883022
Author: dehasi 
Date:   2018-10-25T16:19:01Z

IGNITE-9747: Add bernoulli model

commit 601db0f794cbbc84ce4f7629b20e87bb3cf4ab97
Author: dehasi 
Date:   2018-10-25T16:59:27Z

IGNITE-9747: Use log sum instead of mult

commit 24a7494012b8e4ae94a7f48cd32ad4a7d35c5977
Author: dehasi 
Date:   2018-10-25T17:01:55Z

IGNITE-9747: Use log sum instead of mult

commit b21c1443d7931595cc097afd5835b94c255c6882
Author: dehasi 
Date:   2018-10-26T16:58:11Z

IGNITE-9747: Update javadoc

commit c5a11244fd82875a47f79118525459a9f8d8cc7a
Author: dehasi 
Date:   2018-10-26T17:03:24Z

IGNITE-9747: Add Bernoulli trainer template

commit 573175c2d8da10cfd49b842095788332366c0cff
Author: dehasi 
Date:   2018-10-26T17:13:26Z

IGNITE-9747: Add unit test

commit 41cff0ace9525283dead37da40850209b8d74c75
Author: dehasi 
Date:   2018-10-26T17:20:26Z

IGNITE-9747: Add update model template

commit fe8e6d2b21296f16c3164d859b985f9d8c146d1c
Author: dehasi 
Date:   2018-10-26T17:31:58Z

IGNITE-9747: Add update model

commit fa3befa64fba3202c0d3a9d6a4431c092348ceaa
Author: dehasi 
Date:   2018-10-26T17:36:14Z

IGNITE-9747: Add trainer

commit 1e9608ac89d45520f27cef97365f76d58971cb05
Author: dehasi 
Date:   2018-10-26T17:48:08Z

IGNITE-9747: Test preset probabilities

commit 01fff4fc808399fc888bc90b2f74adb9f6449d85
Author: dehasi 
Date:   2018-10-26T17:52:07Z

IGNITE-9747: Test count probabilities

commit c218b2d07c6dde4fdaa2bb6b9567d2973b9165eb
Author: dehasi 
Date:   2018-10-26T17:58:57Z

IGNITE-9747: Test integration test

commit 38ac517c66fcacb1db49ff4e5f766214ef27be81
Author: dehasi 
Date:   2018-10-28T17:36:32Z

IGNITE-9747: Rid off exp

commit 52941a515c04eee78d8914ee34938cde660ea69a
Author: dehasi 
Date:   2018-10-28T17:39:50Z

IGNITE-9747: Rename test

commit 632a27abb15e6af228dae0ced3f818cca6eb8325
Author: dehasi 
Date:   2018-10-28T17:45:34Z

IGNITE-9747: Add java doc

commit 73dee910306975a52375a15ed17f200a8bb9fb9b
Author: dehasi 
Date:   2018-10-28T17:48:07Z

Merge branch 'master' into feature/ignite-9747-add-bernoulli-bayes

commit 5d822ad1174bfc17bff0734ed264e3ff8af82f3b
Author: dehasi 
Date:   2018-10-28T18:52:53Z

IGNITE-8292: Add Bernoulli example

commit 5d7f38e19f14bde197a05c5a7fe7358b63647f9b
Author: dehasi 
Date:   2018-10-28T19:17:59Z

IGNITE-8292: Fix dataset path




---


[GitHub] ignite pull request #4964: IGNITE-9284 Add standard scaler

2018-10-11 Thread dehasi
GitHub user dehasi opened a pull request:

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

IGNITE-9284 Add standard scaler



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

$ git pull https://github.com/dehasi/ignite 
feature/ignite-9284-add-standard-scaler

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

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


commit 16a51bb2ed820e2c080a9c9d29b1be2ffc0e827b
Author: dehasi 
Date:   2018-10-07T13:25:22Z

IGNITE-9284: Create package for standard scaler

commit cb93def4914954bd9b5f9529f6153e421dea8ff1
Author: dehasi 
Date:   2018-10-07T13:42:58Z

IGNITE-9284: Implement a standard scaler

commit 34450cd6345a3540145d2c43142fd8d995803d5f
Author: dehasi 
Date:   2018-10-07T18:04:30Z

IGNITE-9284: Add a standard scaler preprocessor test template

commit a9af7030f3792628fd0cf0af70d80d89f65cb055
Author: dehasi 
Date:   2018-10-09T04:54:04Z

IGNITE-9284: Add more data to test

commit 834fea10ef6d33257499574de2c1f1b1f66e2298
Author: dehasi 
Date:   2018-10-09T15:47:12Z

IGNITE-9284: Finish preprocessor

commit 724aedf7e1afcbafe8c4feb19b3f8bcd51e54ef3
Author: dehasi 
Date:   2018-10-09T17:57:03Z

IGNITE-9284: Add standard scaler trainer

commit 9c6f5ce4a98942452cea03ad7108253d747c9e17
Author: dehasi 
Date:   2018-10-09T18:09:28Z

IGNITE-9284: Add trainer test template

commit c7bf8d815dd782c703200cdc3373ad299105617a
Author: dehasi 
Date:   2018-10-09T18:21:58Z

IGNITE-9284: Extract common part from tests

commit f49b66f80fe0b4be83984eafab2ae55956f85866
Author: dehasi 
Date:   2018-10-09T18:26:06Z

IGNITE-9284: Complete test the standard scaler trainer

commit 6019c8e00975941d2f36e3c18daeb29a52ff130b
Author: dehasi 
Date:   2018-10-10T04:39:31Z

IGNITE-9284: Add trainer example

commit 98570cf0461198873a4b9722eaa167042e59fa2e
Author: dehasi 
Date:   2018-10-10T15:46:54Z

IGNITE-9284: Count sigma with mean




---


[GitHub] ignite pull request #4869: IGNITE-9282 Add Gaussian Naive Bayes Classifier

2018-09-28 Thread dehasi
GitHub user dehasi opened a pull request:

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

IGNITE-9282 Add Gaussian Naive Bayes Classifier



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

$ git pull https://github.com/dehasi/ignite feature/ignite-9282-naive-bayes

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

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


commit a397a4e89bd57fd1062b9d2a8f4be35be74bf9e7
Author: dehasi 
Date:   2018-09-08T17:21:17Z

IGNITE-9282: Create bayes packages

commit 814d45516334b10264f49c6ff31b05883f7c7535
Author: dehasi 
Date:   2018-09-08T18:55:33Z

IGNITE-9282: Add gauss density function

commit 7600f9814806cfa377dc8c350d2540f5ffee34f7
Author: dehasi 
Date:   2018-09-08T20:16:07Z

IGNITE-9282: Implement model

commit 8b7a9e8ba7f423ffbec0153ad9f6dcafe1921c85
Author: dehasi 
Date:   2018-09-08T20:25:41Z

IGNITE-9282: Add java doc

commit bf943bd29395fed9a266c13a5c58960f9b41d5cd
Author: dehasi 
Date:   2018-09-08T20:26:04Z

IGNITE-9282: Add dot

commit a26865860f7fb5601178f02b93e930686a6669a1
Author: dehasi 
Date:   2018-09-09T15:46:16Z

IGNITE-9282: Update java doc

commit e266041820d4dddec6e3158a4d31731906ade8ec
Author: dehasi 
Date:   2018-09-09T15:54:26Z

IGNITE-9282: Add a trainer skeleton

commit c91bd79d3eaa84afa7557374cddae5053887266f
Author: dehasi 
Date:   2018-09-17T17:31:05Z

IGNITE-9282: Add javadoc

commit e9498bb5eac4fcb36244270a7d38239ebc31520e
Author: dehasi 
Date:   2018-09-21T12:22:18Z

IGNITE-9282: Add computation skeleton

commit bc98cc65e44ba3f98386007ff74d4fc9d6c6c36d
Author: dehasi 
Date:   2018-09-21T12:46:19Z

IGNITE-9282: count means for each label

commit 977b2393734ceabbe858d5aee8e9861039bb2ce5
Author: dehasi 
Date:   2018-09-23T20:50:55Z

IGNITE-9282: count means with map reduce

commit 117939be9a7f537d057d3454846b4389aba6e6d9
Author: dehasi 
Date:   2018-09-23T21:47:16Z

IGNITE-9282: Add trainer unit test

commit 2c8d29a51cde34e6356e922e8eccf378ca979221
Author: dehasi 
Date:   2018-09-23T22:03:40Z

IGNITE-9282: Add test checker

commit 3b05686321c77f0c36aaefe9757dbf43d04e0d8c
Author: dehasi 
Date:   2018-09-24T17:02:31Z

IGNITE-9282: compute variances

commit d2b42f94f9e2c4ff107457c5c0e39f3cfad738ee
Author: dehasi 
Date:   2018-09-24T17:22:26Z

IGNITE-9282: fix variance calc

commit 664b175f4d817ea17b5ede96bd8956978dbab3a6
Author: dehasi 
Date:   2018-09-24T18:54:01Z

IGNITE-9282: Add java docs to model

commit 4730a24d4594f6a77a1cfd9682b5bd911f9d6210
Author: dehasi 
Date:   2018-09-24T19:12:48Z

IGNITE-9282: Add java docs to trainer

commit 6982b4d5cfac77d118e7d922a292f0c2814383bf
Author: dehasi 
Date:   2018-09-24T19:12:59Z

IGNITE-9282: Add java docs to trainer

commit 8337b890ca2916566dda7f58ff31222b5d0b920c
Author: dehasi 
Date:   2018-09-24T19:23:30Z

IGNITE-9282: Add a test to check variance

commit c6e5eb2d11b3fff3ceac25769df5471c879bd5b9
Author: dehasi 
Date:   2018-09-24T19:43:52Z

Merge branch 'master' into feature/ignite-9282-naive-bayes

commit fdcf94ac8286c0212fd537982adf4369e704dfaa
Author: dehasi 
Date:   2018-09-24T20:30:11Z

IGNITE-9282: Add Naive Bayes Example

commit aa76b8dcc00f17d49627e0717318fa1ce0d1cac1
Author: dehasi 
Date:   2018-09-26T16:47:56Z

IGNITE-9282: Use double instead of object

commit 5ae89d1415b775f287cba371e37627129fd19fa6
Author: dehasi 
Date:   2018-09-26T16:55:01Z

IGNITE-9282: Use TrainerTest

commit 17b39e8a64b3d2c89411ffc0d3742af7cf816d84
Author: dehasi 
Date:   2018-09-26T17:56:08Z

IGNITE-9282: Use array instead of vector

commit 23fec409973d2635e9556fa8de3b21bb80067f65
Author: dehasi 
Date:   2018-09-26T18:01:07Z

IGNITE-9282: Add abitily to set class probabilities

commit a5021023bbe07ec5740e6b91085a631cb3f9d3ca
Author: dehasi 
Date:   2018-09-26T18:19:31Z

IGNITE-9282: Add abitily to set class probabilities

commit a5faf74b28ae3a7ea0a456a67d4fae7e7f16d66b
Author: dehasi 
Date:   2018-09-26T18:25:20Z

IGNITE-9282: Fix model test

commit 23b6ebc51416e6fafb92580046f4837c750a0cd2
Author: dehasi 
Date:   2018-09-26T18:32:36Z

IGNITE-9282: Update trainer setters

commit 92dabe2ec6f4bf6599e23db2f17c1a9fab5c4020
Author: dehasi 
Date:   2018-09-26T18:42:05Z

IGNITE-9282: Add wikipedia dataset test

commit 71a10b041faac953ea8a874561210f1299441a76
Author: dehasi 
Date:   2018-09-26T19:08:23Z

IGNITE-9282: Add scikit learn dataset test




---


[GitHub] ignite pull request #4655: INGITE-9285 Add MaxAbs scaler

2018-08-30 Thread dehasi
GitHub user dehasi opened a pull request:

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

INGITE-9285 Add MaxAbs scaler



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

$ git pull https://github.com/dehasi/ignite 
feature/IGNITE-9285-add-abs-max-scaler

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

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


commit 6d78bb3678e320ebc1cc06be8134056ae6d0fd77
Author: Ravil Galeyev 
Date:   2018-08-22T09:45:34Z

IGNITE-9285: Add Abs Max scaler partition data

commit 9b612252fe5ff16179c5230fe170ee61a7df94a0
Author: Ravil Galeyev 
Date:   2018-08-22T09:57:38Z

IGNITE-9285: Add MaxAbsScalerPreprocessor

commit c16a7166e97641c0827136c8ffa70a0dd7b554f7
Author: Ravil Galeyev 
Date:   2018-08-22T09:59:40Z

IGNITE-9285: Add package info

commit 242a97ccf92c3814a3aa3871c36b7719465d2e18
Author: Ravil Galeyev 
Date:   2018-08-22T10:27:25Z

IGNITE-9285: Add max abs trainer skeleton

commit e9bb645337bc737a80101263952ed7e892f6bfa0
Author: dehasi 
Date:   2018-08-22T10:41:46Z

IGNITE-9285: Add test template

commit 173a197ecca3f6a52ef30325590c485d703eb0db
Author: dehasi 
Date:   2018-08-22T15:31:04Z

IGNITE-9285: Rename trainer

commit 4ece7db930fae7f7113b90ea599228617742e261
Author: dehasi 
Date:   2018-08-22T15:32:10Z

IGNITE-9285: Remove unused imports

commit 5a0bd64b4204e3a96884ec71752b8351a98e71d2
Author: dehasi 
Date:   2018-08-23T12:57:53Z

IGNITE-9285: Add max abs scaler test

commit 4f4eb7fae6ceadebf6dcc54b7ee747e00a6dbf90
Author: dehasi 
Date:   2018-08-23T13:00:23Z

IGNITE-9285: Add max abs trainer test template

commit 05ae008f49558661d0dbdb05c6dab8259c80d787
Author: dehasi 
Date:   2018-08-23T13:05:28Z

IGNITE-9285: Implement max abs trainer

commit e762382a9dc223aeb5ecc212d1e412e8a2d2cf56
Author: dehasi 
Date:   2018-08-23T13:50:35Z

IGNITE-9285: Add max abs example

commit fc822f4a4ce2d8e5a5fdba2c073ba0ac98f2c7cf
Author: dehasi 
Date:   2018-08-24T19:51:23Z

IGNITE-9285: Fix javadoc

commit a1a80d7fb812f0d67a4a99416fee029e35ff0232
Author: dehasi 
Date:   2018-08-24T19:53:22Z

IGNITE-9285: Fix copypaste

commit 118f8aca74c0c4627fb0f0ea33ede94978986067
Author: dehasi 
Date:   2018-08-24T20:28:41Z

IGNITE-9285: Update package info

commit 53c0398126adb1bd8ce84abe2415ab660e96e820
Author: dehasi 
Date:   2018-08-24T20:41:32Z

IGNITE-9285: Update test data

commit e5df172caf10e8a9eaecba79ebc34395a09ead47
Author: dehasi 
Date:   2018-08-24T20:42:21Z

IGNITE-9285: Remove commented code

commit 8c2b57d944c62fea0e532e5e3d3cc5fc97508d5c
Author: dehasi 
Date:   2018-08-29T22:00:12Z

Merge branch 'master' of https://github.com/apache/ignite into 
feature/IGNITE-9285-add-abs-max-scaler

commit e9abcd768aaa65c46a8828da5394bc8abbfac0c2
Author: dehasi 
Date:   2018-08-30T13:28:10Z

IGNITE-9285: Fix formatting

commit e50c5f64d54877d2ee9a9a009a788926d78b3f5c
Author: dehasi 
Date:   2018-08-30T14:37:53Z

Merge branch 'master' of https://github.com/apache/ignite into 
feature/IGNITE-9285-add-abs-max-scaler




---