Beta Version 2.40.0
Added
-
Added these solvers under the “Solvers” section:
-
Gradient
-
ConjugateGradient
-
GaussNewton
-
LevenbergMarquardt
-
IterativeReweighted
-
GreedyCoordinate
-
RandomCoordinate
-
-
Added “Solver” parameter to the new() constructor for these models under the “Models” section:
-
LinearRegression
-
SupportVectorRegression
-
SupportVectorRegressionGradientVariant
-
PoissonRegression
-
NegativeBinomialRegression
-
GammaRegression
-
QuantileRegression
-
BinaryRegression
-
SupportVectorMachine
-
SupportVectorMachineGradientVariant
-
OneClassSupportVectorMachine
-
ConditionalRandomField
-
Removed
-
Removed these models under the “Models” section:
-
LinearRegressionCovariancePreconditioned
-
SupportVectorRegressionCovariancePreconditionedVariant
-
SupportVectorMachineCovariancePreconditionedVariant
-
GaussNewtonRegression
-
LevenbergMarquardtRegression
-
IterativeReweightedLeastSquaresRegression
-