icevision_RandomSplitter: RandomSplitter

View source: R/icevision_datasplitters.R

icevision_RandomSplitterR Documentation

RandomSplitter

Description

Randomly splits items.

Usage

icevision_RandomSplitter(probs, seed = NULL)

Arguments

probs

'Sequence' of probabilities that must sum to one. The length of the 'Sequence' is the number of groups to to split the items into.

seed

Internal seed used for shuffling the items. Define this if you need reproducible results.

Value

None


fastai documentation built on March 31, 2023, 11:41 p.m.