You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ignite.apache.org by dehasi <gi...@git.apache.org> on 2018/08/30 16:40:58 UTC

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

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 <de...@...>
Date:   2018-08-22T09:45:34Z

    IGNITE-9285: Add Abs Max scaler partition data

commit 9b612252fe5ff16179c5230fe170ee61a7df94a0
Author: Ravil Galeyev <de...@...>
Date:   2018-08-22T09:57:38Z

    IGNITE-9285: Add MaxAbsScalerPreprocessor

commit c16a7166e97641c0827136c8ffa70a0dd7b554f7
Author: Ravil Galeyev <de...@...>
Date:   2018-08-22T09:59:40Z

    IGNITE-9285: Add package info

commit 242a97ccf92c3814a3aa3871c36b7719465d2e18
Author: Ravil Galeyev <de...@...>
Date:   2018-08-22T10:27:25Z

    IGNITE-9285: Add max abs trainer skeleton

commit e9bb645337bc737a80101263952ed7e892f6bfa0
Author: dehasi <rg...@...>
Date:   2018-08-22T10:41:46Z

    IGNITE-9285: Add test template

commit 173a197ecca3f6a52ef30325590c485d703eb0db
Author: dehasi <rg...@...>
Date:   2018-08-22T15:31:04Z

    IGNITE-9285: Rename trainer

commit 4ece7db930fae7f7113b90ea599228617742e261
Author: dehasi <rg...@...>
Date:   2018-08-22T15:32:10Z

    IGNITE-9285: Remove unused imports

commit 5a0bd64b4204e3a96884ec71752b8351a98e71d2
Author: dehasi <rg...@...>
Date:   2018-08-23T12:57:53Z

    IGNITE-9285: Add max abs scaler test

commit 4f4eb7fae6ceadebf6dcc54b7ee747e00a6dbf90
Author: dehasi <rg...@...>
Date:   2018-08-23T13:00:23Z

    IGNITE-9285: Add max abs trainer test template

commit 05ae008f49558661d0dbdb05c6dab8259c80d787
Author: dehasi <rg...@...>
Date:   2018-08-23T13:05:28Z

    IGNITE-9285: Implement max abs trainer

commit e762382a9dc223aeb5ecc212d1e412e8a2d2cf56
Author: dehasi <rg...@...>
Date:   2018-08-23T13:50:35Z

    IGNITE-9285: Add max abs example

commit fc822f4a4ce2d8e5a5fdba2c073ba0ac98f2c7cf
Author: dehasi <rg...@...>
Date:   2018-08-24T19:51:23Z

    IGNITE-9285: Fix javadoc

commit a1a80d7fb812f0d67a4a99416fee029e35ff0232
Author: dehasi <rg...@...>
Date:   2018-08-24T19:53:22Z

    IGNITE-9285: Fix copypaste

commit 118f8aca74c0c4627fb0f0ea33ede94978986067
Author: dehasi <rg...@...>
Date:   2018-08-24T20:28:41Z

    IGNITE-9285: Update package info

commit 53c0398126adb1bd8ce84abe2415ab660e96e820
Author: dehasi <rg...@...>
Date:   2018-08-24T20:41:32Z

    IGNITE-9285: Update test data

commit e5df172caf10e8a9eaecba79ebc34395a09ead47
Author: dehasi <rg...@...>
Date:   2018-08-24T20:42:21Z

    IGNITE-9285: Remove commented code

commit 8c2b57d944c62fea0e532e5e3d3cc5fc97508d5c
Author: dehasi <rg...@...>
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 <rg...@...>
Date:   2018-08-30T13:28:10Z

    IGNITE-9285: Fix formatting

commit e50c5f64d54877d2ee9a9a009a788926d78b3f5c
Author: dehasi <rg...@...>
Date:   2018-08-30T14:37:53Z

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

----


---

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

Posted by asfgit <gi...@git.apache.org>.
Github user asfgit closed the pull request at:

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


---