You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ignite.apache.org by oignatenko <gi...@git.apache.org> on 2017/12/07 11:27:56 UTC

[GitHub] ignite pull request #3168: IGNITE-6872 Linear regression should implement Mo...

GitHub user oignatenko opened a pull request:

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

    IGNITE-6872 Linear regression should implement Model API

    Model and Trainer API implemented for OLS regression

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

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

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

    https://github.com/apache/ignite/pull/3168.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 #3168
    
----
commit cf6ba40c97840a28ee14f49f09f79fe3d9d5a66f
Author: Oleg Ignatenko <oi...@gridgain.com>
Date:   2017-11-20T11:53:46Z

    IGNITE-6872 Linear regression should implement Model API
    - regression examples moved to more appropriate package
    -- verified with diffs overview, clean build and execution of unit tests

commit a8dadee71e0ca2a00387cfa2dba9c656de75137f
Author: Oleg Ignatenko <oi...@gridgain.com>
Date:   2017-11-20T11:57:18Z

    IGNITE-6872 Linear regression should implement Model API
    - added missing package-info
    -- verified with diffs overview

commit cc8edfbd0ca7e20655f45dc82d576f2d21627497
Author: Oleg Ignatenko <oi...@gridgain.com>
Date:   2017-11-20T14:12:03Z

    IGNITE-6872 Linear regression should implement Model API
    - implementation, tests and examples
    - accommodated changes done to OLS per IGNITE-5846
    - fixed some issues with coding style and javadoc
    -- verified with diffs overview, clean build, execution of unit tests and examples

commit a0f294740b78dbe354a67a1658c9877544e587ea
Author: Oleg Ignatenko <oi...@gridgain.com>
Date:   2017-11-21T08:57:27Z

    IGNITE-6872 Linear regression should implement Model API
    - decision trees example moved to more appropriate package
    -- verified with diffs overview

commit e944568849d09f2bc7fca932bc043304208ff55d
Author: Oleg Ignatenko <oi...@gridgain.com>
Date:   2017-11-21T13:25:31Z

    IGNITE-6872 Linear regression should implement Model API
    - corrections per review
    -- verified with diffs overview

commit dfa4ea896d404b7bd231b57e880b5745b9db634f
Author: Oleg Ignatenko <oi...@gridgain.com>
Date:   2017-11-21T13:37:47Z

    IGNITE-6872 Linear regression should implement Model API
    - corrections per review
    -- verified with diffs overview

commit fe79868659d9a04d73234d800b7e5b1ba9029eeb
Author: Oleg Ignatenko <oi...@gridgain.com>
Date:   2017-11-21T13:38:19Z

    IGNITE-6872 Linear regression should implement Model API
    - corrections per review
    -- verified with diffs overview

commit c69583b91eef73616827cbfe03ad9eb1ff7ccde0
Author: Oleg Ignatenko <oi...@gridgain.com>
Date:   2017-11-21T13:42:56Z

    IGNITE-6872 Linear regression should implement Model API
    - corrections per review
    -- verified with diffs overview

commit 1ca1fb030d5be32843fce9746aa7d026a81d4502
Author: Oleg Ignatenko <oi...@gridgain.com>
Date:   2017-11-21T13:45:15Z

    IGNITE-6872 Linear regression should implement Model API
    - corrections per review
    -- verified with diffs overview

commit 35918b024bca13dea3a061f623f743ab33f14cd7
Author: Oleg Ignatenko <oi...@gridgain.com>
Date:   2017-11-21T13:49:53Z

    IGNITE-6872 Linear regression should implement Model API
    - corrections per review
    -- verified with diffs overview, clean build, execution of unit tests and examples

commit 88fe344b83b9c9272eddc1c6e536febb0f8eff43
Author: Oleg Ignatenko <oi...@gridgain.com>
Date:   2017-11-23T14:50:47Z

    IGNITE-6872 Linear regression should implement Model API
    - OLS regression Trainer wip - preliminary cleanup of QR decomposition
    -- verified with diffs overview, clean build, execution of unit tests and examples

commit 24a27d9976fe5c1cf3ab876e410b4af63aec8792
Author: Oleg Ignatenko <oi...@gridgain.com>
Date:   2017-11-23T15:26:20Z

    IGNITE-6872 Linear regression should implement Model API
    - OLS regression Trainer wip - adapter from QR decomposition to trainer
    -- verified with diffs overview, clean build and execution of unit tests

commit 608d558fa33e61d86b35621ea706819621a017ba
Author: Oleg Ignatenko <oi...@gridgain.com>
Date:   2017-11-27T16:16:19Z

    IGNITE-6872 Linear regression should implement Model API
    - OLS regression Trainer implemented
    -- verified with diffs overview, clean build, execution of unit tests and examples

commit 857c0f83a281f9a37664988a50f2924f26140f47
Author: Oleg Ignatenko <oi...@gridgain.com>
Date:   2017-12-07T11:04:41Z

    Merge branch 'ignite-6872-2' into ignite-6872-4
    
    # Conflicts:
    #	modules/ml/src/test/java/org/apache/ignite/ml/LocalModelsTest.java
    #	modules/ml/src/test/java/org/apache/ignite/ml/regressions/DistributedBlockOLSMultipleLinearRegressionTest.java
    #	modules/ml/src/test/java/org/apache/ignite/ml/regressions/DistributedOLSMultipleLinearRegressionTest.java

commit 26ab553e328986b19af51b8cded0b60b51617901
Author: Oleg Ignatenko <oi...@gridgain.com>
Date:   2017-12-07T11:23:38Z

    IGNITE-6872 Linear regression should implement Model API
    - merge from master
    -- verified with diffs overview, clean build and execution of unit tests

----


---

[GitHub] ignite pull request #3168: IGNITE-6872 Linear regression should implement Mo...

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

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


---