Skip to content

Commit

Permalink
fixup! Implement logistic regression.
Browse files Browse the repository at this point in the history
  • Loading branch information
csadorf committed Jan 21, 2025
1 parent d6ba7cf commit 47eeff7
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion python/cuml/cuml/linear_model/logistic_regression.pyx
Original file line number Diff line number Diff line change
Expand Up @@ -188,7 +188,6 @@ class LogisticRegression(UniversalBase,

_cpu_estimator_import_path = 'sklearn.linear_model.LogisticRegression'
classes_ = CumlArrayDescriptor(order='F', dtype="<i4")
class_weight = CumlArrayDescriptor(order='F')
expl_spec_weights_ = CumlArrayDescriptor(order='F')

_hyperparam_interop_translator = {
Expand Down

0 comments on commit 47eeff7

Please sign in to comment.