package sklearn

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
type t
module type BUILD = sig ... end
val of_param_grid_alist : (string * [ `Ints of int list | `Floats of float list | `Strings of string list ]) list -> t
val get : (module BUILD with type t = 'a) -> name:string -> t -> 'a
val get_opt : (module BUILD with type t = 'a) -> name:string -> t -> 'a option
val fold_py : f:('acc -> string -> Py.Object.t -> 'acc) -> init:'acc -> t -> 'acc
val fold : (module BUILD with type t = 'a) -> f:('acc -> string -> 'a -> 'acc) -> init:'acc -> t -> 'acc
val of_pyobject : Py.Object.t -> t
val to_pyobject : t -> Py.Object.t
val pp : Format.formatter -> t -> unit
val to_string : t -> string
val show : t -> string
OCaml

Innovation. Community. Security.