Details
-
New Feature
-
Status: Closed
-
Major
-
Resolution: Won't Do
-
None
-
None
Description
Cross validation [1] is a standard tool to estimate the test error for a model. As such it is a crucial tool for every machine learning library.
The cross validation should work with arbitrary Estimators and error metrics. A first cross validation strategy it should support is the k-fold cross validation.
Resources:
[1] http://en.wikipedia.org/wiki/Cross-validation
Attachments
Issue Links
- is required by
-
FLINK-2258 Add hyperparameter optimization to FlinkML
- Closed
-
FLINK-2260 Have a complete model evaluation and selection framework for FlinkML
- Closed
- requires
-
FLINK-2157 Create evaluation framework for ML library
- Closed
- links to