choose_bool#

skrub.choose_bool(*, name=None)[source]#

Construct a choice between False and True.

See also

choose_float

Construct a choice of floating-point numbers from a numeric range.

choose_from

Construct a choice among several possible outcomes.

choose_int

Construct a choice of integers from a numeric range.