Preview v0.2.1
Ex Data Check
Production-ready data validation and quality library for Elixir ML pipelines. Provides 22 built-in expectations, drift detection, advanced profiling with outliers and…
Stats & Info
- Latest release: v0.2.1
- Recent downloads: 126
- All-time downloads: 201
- Maintainers: nshkrdotcom
Installation
Add ex_data_check to your list of dependencies in mix.exs:
def deps do
[
{:ex_data_check, "~> 0.2.1"}
]
endThen run:
mix deps.get