Skip to content

Latest commit

 

History

History
45 lines (29 loc) · 670 Bytes

api.rst

File metadata and controls

45 lines (29 loc) · 670 Bytes

scikit-learn-extra API

.. currentmodule:: sklearn_extra


Feature weighting

.. autosummary::
   :toctree: generated/
   :template: class.rst

   feature_weighting.TfigmTransformer


Kernel approximation

.. autosummary::
   :toctree: generated/
   :template: class.rst

   kernel_approximation.Fastfood

EigenPro

.. autosummary::
   :toctree: generated/
   :template: class.rst

   kernel_methods.EigenProRegressor
   kernel_methods.EigenProClassifier

Clustering

.. autosummary::
   :toctree: generated/
   :template: class.rst

   cluster.KMedoids