JuliaML / TableTransforms.jl

Transforms and pipelines with tabular data in Julia
https://juliaml.github.io/TableTransforms.jl/stable
MIT License
102 stars 15 forks source link

Refactor assertion infrastructure #247

Closed juliohm closed 7 months ago

juliohm commented 7 months ago

Assertion objects could implement the transform interface so that users could insert assertions in pipelines. The assertion would receive a table as input, perform the checks, and forward it to the next transform without changes.