Skip to content

Latest commit

 

History

History
46 lines (28 loc) · 715 Bytes

sklearn.ensemble.rst.txt

File metadata and controls

46 lines (28 loc) · 715 Bytes
html_theme.sidebar_secondary.remove:

sklearn.ensemble

.. automodule:: sklearn.ensemble

User guide. See the :ref:`ensemble` section for further details.

.. autosummary::
  :nosignatures:
  :toctree: ../modules/generated/
  :template: base.rst


  AdaBoostClassifier
  AdaBoostRegressor
  BaggingClassifier
  BaggingRegressor
  ExtraTreesClassifier
  ExtraTreesRegressor
  GradientBoostingClassifier
  GradientBoostingRegressor
  HistGradientBoostingClassifier
  HistGradientBoostingRegressor
  IsolationForest
  RandomForestClassifier
  RandomForestRegressor
  RandomTreesEmbedding
  StackingClassifier
  StackingRegressor
  VotingClassifier
  VotingRegressor