package sklearn

  1. Overview
  2. Docs
Legend:
Page
Library
Module
Module type
Parameter
Class
Class type
Source

Module Sklearn.EnsembleSource

Sourceval get_py : string -> Py.Object.t

Get an attribute of this module as a Py.Object.t. This is useful to pass a Python function to another function.

Sourcemodule AdaBoostClassifier : sig ... end
Sourcemodule AdaBoostRegressor : sig ... end
Sourcemodule BaggingClassifier : sig ... end
Sourcemodule BaggingRegressor : sig ... end
Sourcemodule BaseEnsemble : sig ... end
Sourcemodule ExtraTreesClassifier : sig ... end
Sourcemodule ExtraTreesRegressor : sig ... end
Sourcemodule GradientBoostingRegressor : sig ... end
Sourcemodule IsolationForest : sig ... end
Sourcemodule RandomForestClassifier : sig ... end
Sourcemodule RandomForestRegressor : sig ... end
Sourcemodule RandomTreesEmbedding : sig ... end
Sourcemodule StackingClassifier : sig ... end
Sourcemodule StackingRegressor : sig ... end
Sourcemodule VotingClassifier : sig ... end
Sourcemodule VotingRegressor : sig ... end