Skip to content

Commit

Permalink
Update LogisticRegression documentation (#3677)
Browse files Browse the repository at this point in the history
Closes #3671

Authors:
  - Victor Lafargue (https://github.com/viclafargue)

Approvers:
  - Dante Gama Dessavre (https://github.com/dantegd)
  - John Zedlewski (https://github.com/JohnZed)

URL: #3677
  • Loading branch information
viclafargue authored Apr 1, 2021
1 parent 7d72109 commit daf0d14
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions python/cuml/linear_model/logistic_regression.pyx
Original file line number Diff line number Diff line change
Expand Up @@ -169,8 +169,6 @@ class LogisticRegression(Base,
-----------
coef_: dev array, dim (n_classes, n_features) or (n_classes, n_features+1)
The estimated coefficients for the linear regression model.
Note: this includes the intercept as the last column if fit_intercept
is True
intercept_: device array (n_classes, 1)
The independent term. If `fit_intercept` is False, will be 0.
Expand Down

0 comments on commit daf0d14

Please sign in to comment.