bigframes.ml.model_selection.chain#
- class bigframes.ml.model_selection.chain(*iterables)#
Return a chain object whose .__next__() method returns elements from the first iterable until it is exhausted, then elements from the next iterable, until all of the iterables are exhausted.
Methods
__init__()from_iterable(iterable, /)Alternative chain() constructor taking a single iterable argument that evaluates lazily.