package sklearn

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
val numpy : Py.Object.t
module M : sig ... end
include module type of struct include M end
type t = Py.Object.t
val show : Py.Object.t -> string
val pp : Format.formatter -> Py.Object.t -> unit
val of_pyobject : 'a -> 'a
val to_pyobject : 'a -> 'a
val of_bigarray : ('a, 'b, 'c) Bigarray.Genarray.t -> Py.Object.t
val shape : Py.Object.t -> int array
val arange : ?start:int -> ?step:int -> int -> Py.Object.t
val reshape : shape:int array -> Py.Object.t -> Py.Object.t
module List : sig ... end
module Float : sig ... end
module Int : sig ... end
module Dtype : sig ... end
val numpy_array : ?dtype:[< `Object | `S of string S ] -> Py.Object.t -> Py.Object.t
module String : sig ... end
module Object : sig ... end
val set : [< `Colon | `I of int ] array -> [< `Arr of Py.Object.t | `F of float | `I of int | `S of string ] -> Py.Object.t -> unit
val get_int : int list -> Py.Object.t -> int
val get_float : int list -> Py.Object.t -> float
val ones : ?dtype:[< `Object | `S of string S ] -> int list -> Py.Object.t
val zeros : ?dtype:[< `Object | `S of string S ] -> int list -> Py.Object.t
module Ops : sig ... end
val ravel : Py.Object.t -> Py.Object.t
val to_int_array : Py.Object.t -> int array
val to_float_array : Py.Object.t -> float array
val slice : ?i:int -> ?j:int -> ?step:int -> unit -> [> `Slice of Py.Object.t ]
val get_sub : [< `Arr of Py.Object.t | `I of int | `Slice of Py.Object.t ] list -> Py.Object.t -> Py.Object.t
val min : Py.Object.t -> float
val max : Py.Object.t -> float
val argsort : Py.Object.t -> Py.Object.t
OCaml

Innovation. Community. Security.