Details
-
New Feature
-
Status: Closed
-
Major
-
Resolution: Won't Do
-
None
-
None
Description
Generalized linear models (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 and MLlib employ will be used.
Attachments
Issue Links
- incorporates
-
FLINK-1743 Add multinomial logistic regression to machine learning library
- Closed
-
FLINK-2014 Add LASSO regression
- Closed
-
FLINK-2015 Add ridge regression
- Closed
-
FLINK-2016 Add elastic net regression
- Closed
-
FLINK-1696 Add multiple linear regression to ML library
- Closed
-
FLINK-1979 Implement Loss Functions
- Closed
- is required by
-
FLINK-5525 Streaming Version of a Linear Regression model
- Closed
- relates to
-
FLINK-1729 Assess performance of classification algorithms
- Closed
-
FLINK-1932 Add L-BFGS to the optimization framework
- Closed
- links to