package sklearn

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
val 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.

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