Contents

randomSplitBySequence(proportion:by:on:seed:)

Declaration

func randomSplitBySequence(proportion: Double, by sequenceIdentifierColumn: String, on column: String, seed: Int = 1) -> (MLDataTable, remaining: MLDataTable)

See Also

Splitting a data table