You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Dec 6, 2023. It is now read-only.
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 text was updated successfully, but these errors were encountered:
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 sets
C = 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 ?The text was updated successfully, but these errors were encountered: