Description
If the number of features is small (<=4096) and the regularization is L2, we should use WeightedLeastSquares to solve the problem rather than L-BFGS. The former requires only one pass to the data.
Attachments
Issue Links
- blocks
-
SPARK-9836 Provide R-like summary statistics for ordinary least squares via normal equation solver
- Resolved
- is related to
-
SPARK-11207 Add test cases for solver selection of LinearRegression as followup.
- Resolved
- relates to
-
SPARK-9834 Normal equation solver for ordinary least squares
- Resolved
- links to