[ 
https://issues.apache.org/jira/browse/IGNITE-6872?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16281629#comment-16281629
 ] 

ASF GitHub Bot commented on IGNITE-6872:
----------------------------------------

GitHub user oignatenko opened a pull request:

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

    IGNITE-6872 Linear regression should implement Model API

    

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

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

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

    https://github.com/apache/ignite/pull/3167.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 #3167
    
----
commit cf6ba40c97840a28ee14f49f09f79fe3d9d5a66f
Author: Oleg Ignatenko <oignate...@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 <oignate...@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 <oignate...@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 <oignate...@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 <oignate...@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 <oignate...@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 <oignate...@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 <oignate...@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 <oignate...@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 <oignate...@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 <oignate...@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 <oignate...@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 <oignate...@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 6aca220e1a40609b5d2a283a338a9f9bdecdfe33
Author: Oleg Ignatenko <oignate...@gridgain.com>
Date:   2017-12-07T10:01:26Z

    Merge branch 'ignite-6872-2' into ignite-6872-3
    
    # 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

----


> Linear regression should implement Model API
> --------------------------------------------
>
>                 Key: IGNITE-6872
>                 URL: https://issues.apache.org/jira/browse/IGNITE-6872
>             Project: Ignite
>          Issue Type: Task
>          Components: ml
>            Reporter: Oleg Ignatenko
>            Assignee: Oleg Ignatenko
>             Fix For: 2.4
>
>
> When linear regression was originally implemented per IGNITE-5012 we had no 
> Model API.
> Now that this API is available (merged into master with IGNITE-5218) lin 
> regression needs to adapt to implement it.



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)

Reply via email to