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
The average parameter in BaseSGD (which propagates to SGDRegressor, SGDClassifier and SGDOneClassSVM) is constrained to non-negative integers or boolean values: "average": [Interval(Integral, 0, None, closed="left"), bool, np.bool_].
This seems to be at odds with average=0 seemingly meaning average=True which contradicts the typical truth-evaluation of 0.