Back to Scikit Learn

32778.Fix

doc/whats_new/upcoming_changes/sklearn.linear_model/32778.fix.rst

1.8.0337 B
Original Source
  • Correct the formulation of alpha within :class:linear_model.SGDOneClassSVM. The corrected value is alpha = nu instead of alpha = nu / 2. Note: This might result in changed values for the fitted attributes like coef_ and offset_ as well as the predictions made using this class. By :user:Omar Salman <OmarManzoor>.