[
https://issues.apache.org/jira/browse/FLINK-2013?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15979948#comment-15979948
]
ASF GitHub Bot commented on FLINK-2013:
---------------------------------------
GitHub user mtunique opened a pull request:
https://github.com/apache/flink/pull/3756
[FLINK-2013] Create generalized linear model framework
Thanks for contributing to Apache Flink. Before you open your pull request,
please take the following check list into consideration.
If your changes take all of the items into account, feel free to open your
pull request. For more information and/or questions please refer to the [How To
Contribute guide](http://flink.apache.org/how-to-contribute.html).
In addition to going through the list, please provide a meaningful
description of your changes.
- [x] General
- The pull request references the related JIRA issue ("[FLINK-XXX] Jira
title text")
- The pull request addresses only one issue
- Each commit in the PR has a meaningful commit message (including the
JIRA id)
- [x] Documentation
- Documentation has been added for new functionality
- Old documentation affected by the pull request has been updated
- JavaDoc for public methods has been added
- [x] Tests & Build
- Functionality added by the pull request is covered by tests
- `mvn clean verify` has been executed successfully locally or a Travis
build has passed
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/mtunique/flink FLINK-2013
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/flink/pull/3756.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 #3756
----
commit 4623cc91b0548aa8868a073c9ef8aba93a034377
Author: mtunique <[email protected]>
Date: 2017-04-22T07:08:24Z
[FLINK-2013] Create generalized linear model framework
----
> Create generalized linear model framework
> -----------------------------------------
>
> Key: FLINK-2013
> URL: https://issues.apache.org/jira/browse/FLINK-2013
> Project: Flink
> Issue Type: New Feature
> Components: Machine Learning Library
> Reporter: Theodore Vasiloudis
> Assignee: Theodore Vasiloudis
> Labels: ML
>
> [Generalized linear
> models|http://en.wikipedia.org/wiki/Generalized_linear_model] (GLMs) provide
> an abstraction for many learning models that can be used for regression and
> classification tasks.
> Some example GLMs are linear regression, logistic regression, LASSO and ridge
> regression.
> The goal for this JIRA is to provide interfaces for the set of common
> properties and functions these models share.
> In order to achieve that, a design pattern similar to the one that
> [sklearn|http://scikit-learn.org/stable/modules/linear_model.html] and
> [MLlib|http://spark.apache.org/docs/1.3.0/mllib-linear-methods.html] employ
> will be used.
--
This message was sent by Atlassian JIRA
(v6.3.15#6346)