Home | Trees | Indices | Help |
---|
|
object --+ | BaseEstimator --+ | LogisticRegressionEstimator
Base estimator for logistic regression estimation Parameters ---------- algorithm : ExplicitAlgorithm. The algorithm that will be applied. start_vector : Numpy array. Generates the start vector that will be used. class_weight : {dict, "auto"}, optional. Set the parameter weight of sample belonging to class i to class_weight[i]. If not given, all classes are supposed to have weight one. The "auto" mode uses the values of y to automatically adjust weights inversely proportional to class frequencies.
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
Inherited from Inherited from |
|
|||
__metaclass__ = abc.ABCMeta Metaclass for defining Abstract Base Classes (ABCs). |
|||
__abstractmethods__ =
|
|||
Inherited from |
|
|||
Inherited from |
|
x.__init__(...) initializes x; see help(type(x)) for signature
|
Fit the model to the data.
|
Return a predicted y corresponding to the X given and the beta previously determined.
|
Rate of correct classification.
|
Home | Trees | Indices | Help |
---|
Generated by Epydoc 3.0.1 on Mon Apr 6 23:52:10 2015 | http://epydoc.sourceforge.net |