package sklearn

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

Module Sklearn.Wrap_utilsSource

include module type of struct include Np.Wrap_utils_common end
Sourceval id : 'a -> 'a
Sourceexception Attribute_not_found of string
Sourceval keyword_args : (string * Py.Object.t option) list -> (string * Py.Object.t) list
Sourceval runtime_version : string -> (int * int * int, string) result
Sourceexception Version_error of string * string
Sourceval do_check_version : string -> (int * int) -> [> `Cannot_determine_runtime_version of string | `Ok | `Version_mismatch of string ]
Sourceval version_checked : bool ref
Sourceval check_version : string -> (int * int) -> unit
Sourceval type_string : Py.Object.t -> string
Sourceval isinstance : Py.Object.t list -> Py.Object.t -> bool
Sourceval print_python_traceback : unit -> unit
Sourceval init : unit -> unit
Sourcemodule Types : sig ... end
Sourceval check_int : Py.Object.t -> bool
Sourceval check_float : Py.Object.t -> bool
Sourceval check_bool : Py.Object.t -> bool
Sourceval check_array : Py.Object.t -> bool
Sourceval check_csr_matrix : Py.Object.t -> bool
Sourceval check_arr : Py.Object.t -> bool