invenia / Impute.jl

Imputation methods for missing data in julia
https://invenia.github.io/Impute.jl/latest/
Other
76 stars 11 forks source link

Rename `Assertion`/`assert` to `Validator`/`validate` #86

Closed rofinn closed 3 years ago

rofinn commented 3 years ago

While I prefer the language of asserting your assumptions of the data the term validate is probably less biased by other existing functions in julia (e.g., @assert).

Closes #75