Expr#
- class skrub.Expr(impl)[source]#
Representation of a computation that can be used to build ML pipelines.
Please refer to the example gallery for an introduction to skrub expressions.
This class is usually not instantiated manually, but through one of the functions
var()
,as_expr()
,X()
ory()
, by applying adeferred()
function, or by calling a method or applying an operator to an existing expression.