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

ASF GitHub Bot commented on FLINK-3128:
---------------------------------------

GitHub user f-sander opened a pull request:

    https://github.com/apache/flink/pull/1565

    [FLINK-3128] [flink-ml] Add Isotonic Regression To ML Library

    Adds isotonic regression to the ml library.
    It's a port of the implementation in Apache Spark.

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

    $ git pull https://github.com/f-sander/flink flink3128

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

    https://github.com/apache/flink/pull/1565.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 #1565
    
----
commit 227f91560336b860f2f982a791ae257b1a74ded8
Author: f-sander <[email protected]>
Date:   2015-12-07T14:32:16Z

    IR fit implementation

commit 7b09de3e6eac3dbe0dbaeff0c313dda821ee4ffa
Author: f-sander <[email protected]>
Date:   2015-12-14T15:21:54Z

    finished predict and fit. validated against spark

commit 0bd72afe3f0440f59fd05a8ec1265ebd4296e7cc
Author: f-sander <[email protected]>
Date:   2016-01-09T13:51:14Z

    Merge branch 'master' into flink3128

commit 6cd01a8db149c2ce06f08251c3ca6e8bef62d4c5
Author: f-sander <[email protected]>
Date:   2016-01-10T15:49:34Z

    making use of new range partitioning + implementation of antitonic 
regression

commit bcfd3b3a386459c4170fb7552e9a7af23f38c740
Author: f-sander <[email protected]>
Date:   2016-01-24T15:32:47Z

    added test cases

commit 370b68dfda734af52f978b9882acab30a72c5100
Author: Nik Hille <[email protected]>
Date:   2016-01-25T17:57:29Z

    Add more IR integration tests

commit fd075ac1a9fd3d8d3eafb0fc49b62f32312df343
Author: Nik Hille <[email protected]>
Date:   2016-01-31T13:36:03Z

    Fix weight bug in runIsotonicRegression()

commit 0e33df3fee74e28a65222fb31326328997da5fad
Author: f-sander <[email protected]>
Date:   2016-01-31T13:40:20Z

    cleanup

commit 990f49e935d6e40e7a2dd4e5071c83294a10c6f7
Author: Nik Hille <[email protected]>
Date:   2016-01-31T13:41:49Z

    Remove unused import

commit a4776a5163c7f8621ade3d95ee733f76a79b9915
Author: Nik Hille <[email protected]>
Date:   2016-01-31T13:41:56Z

    Merge branch 'flink3128' of https://github.com/f-sander/flink into flink3128

commit c5b09151a5e75a98008e1dacca48bfd38d208353
Author: f-sander <[email protected]>
Date:   2016-01-31T13:58:12Z

    javadoc

commit 92420bec60745f6a78ee470dd9644fa4991befdd
Author: f-sander <[email protected]>
Date:   2016-01-31T14:00:01Z

    Merge branch 'master' into flink3128

commit 4ab6f5f3ee770728fc177bce454b788adb694b6a
Author: f-sander <[email protected]>
Date:   2016-01-31T14:08:11Z

    moved isotonic regression into new lib

commit dd74aeb6d501361d052798d6f461d167e0472686
Author: f-sander <[email protected]>
Date:   2016-01-31T15:22:01Z

    [FLINK-3128] Add Isotonic Regression To ML Library

----


> Add Isotonic Regression To ML Library
> -------------------------------------
>
>                 Key: FLINK-3128
>                 URL: https://issues.apache.org/jira/browse/FLINK-3128
>             Project: Flink
>          Issue Type: New Feature
>          Components: Machine Learning Library
>            Reporter: Fridtjof Sander
>            Assignee: Fridtjof Sander
>            Priority: Minor
>
> Isotonic Regression fits a monotonically increasing function (also called 
> isotonic function) to a plane of datapoints.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

Reply via email to