You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@flink.apache.org by rawkintrevo <gi...@git.apache.org> on 2016/04/08 21:56:05 UTC

[GitHub] flink pull request: [FLINK][3720] Added Warm Starts

GitHub user rawkintrevo opened a pull request:

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

    [FLINK][3720] Added Warm Starts

    This adds warm start functionality for IterativeSolver and exposes/implements in Multiple Linear Regression.
    
    Everything in the checklist should be GTG except updating JavaDocs
    
    - [x] General
    - [ ] Documentation
      - JavaDoc for public methods has been added
    - [x] Tests & Build


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

    $ git pull https://github.com/rawkintrevo/flink warmstarts

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

    https://github.com/apache/flink/pull/1865.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 #1865
    
----
commit 8576054f7f34361f96a0e815c2cb4f16ab9b688b
Author: Trevor Grant <tr...@gmail.com>
Date:   2016-04-08T15:06:28Z

    [FLINK][3720] Added Warm Starts
    
    [FLINK][3720] Added Tests and Documentation

----


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

[GitHub] flink pull request #1865: [FLINK-3720][ml][wip] Add Warm Starts for Iterativ...

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

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


---

[GitHub] flink pull request: [FLINK][3720] Added Warm Starts

Posted by rawkintrevo <gi...@git.apache.org>.
Github user rawkintrevo commented on the pull request:

    https://github.com/apache/flink/pull/1865#issuecomment-207584968
  
    There is an error in the docs (code isn't in the highlighting)- waiting to see what else needs to be done (per reviewers comments) to minimize the commits / squashing. 


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

[GitHub] flink issue #1865: [FLINK-3720][ml][wip] Add Warm Starts for Iterative Solve...

Posted by rawkintrevo <gi...@git.apache.org>.
Github user rawkintrevo commented on the issue:

    https://github.com/apache/flink/pull/1865
  
    closing this


---