package modelkit

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

Module type Modelkit.SPLITTERSource

Contract for deterministic materialization of train/test row selections.

include SPECIFICATION
Sourcetype t
Sourcetype params
Sourceval clone : t -> t
Sourceval params : t -> params
Sourcetype target
Sourcetype rng
Sourceval split : t -> rng:rng -> ?groups:Groups.t -> x:Matrix.t -> y:target option -> unit -> ((Row_view.t * Row_view.t) array, Error.t) result