org.apache.spark.ml.regression
When using LinearRegression.solver
== "normal", the solver must limit the number of
features to at most this number.
When using LinearRegression.solver
== "normal", the solver must limit the number of
features to at most this number. The entire covariance matrix XTX will be collected
to the driver. This limit helps prevent memory overflow errors.
Reads an ML instance from the input path, a shortcut of read.load(path)
.
Reads an ML instance from the input path, a shortcut of read.load(path)
.
Implementing classes should override this to be Java-friendly.
Returns an MLReader
instance for this class.
Returns an MLReader
instance for this class.