The API of CDClassifier and SAG(A)Classifier should be uniformized.
For the moment, the objective of CDClassifier is parametrized by C, lossalpha and penalty,
whereas SAG(A)Classifier sets C = 1 / n_samples, uses beta instead of alpha and a specific alpha to add a ridge regularization. Wouldn't it be better to align the CDClassifier API on the SAG(A)Classifier ?
The API of CDClassifier and SAG(A)Classifier should be uniformized.
For the moment, the objective of CDClassifier is parametrized by
C
,loss
alpha
andpenalty
, whereas SAG(A)Classifier setsC = 1 / n_samples
, usesbeta
instead ofalpha
and a specificalpha
to add a ridge regularization. Wouldn't it be better to align the CDClassifier API on the SAG(A)Classifier ?