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