eval_toolkit.stacking.LogisticStacker#

.. currentmodule:: eval_toolkit.stacking

.. autoclass:: LogisticStacker

.. automethod:: init

.. rubric:: Methods

.. autosummary::

  ~LogisticStacker.__init__
  ~LogisticStacker.fit
  ~LogisticStacker.predict
  ~LogisticStacker.predict_proba

.. rubric:: Attributes

.. autosummary::

  ~LogisticStacker.C
  ~LogisticStacker.class_weight
  ~LogisticStacker.classes_
  ~LogisticStacker.coef_
  ~LogisticStacker.fit_intercept
  ~LogisticStacker.intercept_
  ~LogisticStacker.max_iter
  ~LogisticStacker.penalty
  ~LogisticStacker.rng
  ~LogisticStacker.solver