package sklearn

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
val id : 'a -> 'a
exception Attribute_not_found of string
val keyword_args : (string * Py.Object.t option) list -> (string * Py.Object.t) list
module Option : sig ... end
val runtime_sklearn_version : unit -> (int * int * int, string) result
exception OCaml_sklearn_version_error of string
val do_check_version : unit -> [> `Cannot_determine_runtime_version of string | `Ok | `Version_mismatch of string ]
val version_checked : bool ref
val check_version : unit -> unit
val init : unit -> unit
module Slice : sig ... end
val pos_arg : ('a -> Py.Object.t) -> 'a list -> Py.Object.t array
val print_python_traceback : unit -> unit
val isinstance : Py.Object.t -> Py.Object.t -> bool
val numpy : Py.Object.t
val string : Py.Object.t
val dict : Py.Object.t
val ndarray : Py.Object.t
val csr_matrix : Py.Object.t
OCaml

Innovation. Community. Security.