From 4e8a6a3003cbf7a5ea5306efbc108b9437ea65f1 Mon Sep 17 00:00:00 2001 From: Fabian Pedregosa <fabian.pedregosa@inria.fr> Date: Tue, 14 Dec 2010 18:36:13 +0100 Subject: [PATCH] Remove duplicate docs (sphinx generates this for us). --- scikits/learn/linear_model/logistic.py | 8 -------- 1 file changed, 8 deletions(-) diff --git a/scikits/learn/linear_model/logistic.py b/scikits/learn/linear_model/logistic.py index bf1f8f3da2..a4a18b5584 100644 --- a/scikits/learn/linear_model/logistic.py +++ b/scikits/learn/linear_model/logistic.py @@ -38,14 +38,6 @@ class LogisticRegression(BaseLibLinear, ClassifierMixin): intercept (a.k.a. bias) added to the decision function. It is available only when parameter intercept is set to True - Methods - ------- - fit(X, y) : self - Fit the model - - predict(X) : array - Predict using the model. - See also -------- LinearSVC -- GitLab