Skip to content

Commit 4e8a6a3

Browse files
author
Fabian Pedregosa
committed
Remove duplicate docs (sphinx generates this for us).
1 parent 32bb221 commit 4e8a6a3

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

scikits/learn/linear_model/logistic.py

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -38,14 +38,6 @@ class LogisticRegression(BaseLibLinear, ClassifierMixin):
3838
intercept (a.k.a. bias) added to the decision function.
3939
It is available only when parameter intercept is set to True
4040
41-
Methods
42-
-------
43-
fit(X, y) : self
44-
Fit the model
45-
46-
predict(X) : array
47-
Predict using the model.
48-
4941
See also
5042
--------
5143
LinearSVC

0 commit comments

Comments
 (0)