icevision_RandomSplitter {fastai}R 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


[Package fastai version 2.2.2 Index]