Preview v0.5.1

Ex Fairness

Fairness and bias detection library for Elixir AI/ML systems. Provides comprehensive fairness metrics, bias detection algorithms, and mitigation techniques.

Stats & Info

  • Latest release: v0.5.1
  • Recent downloads: 235
  • All-time downloads: 322
  • Maintainers: nshkrdotcom

Tags

MIT Hex.pm

Installation

Add ex_fairness to your list of dependencies in mix.exs:

def deps do
  [
    {:ex_fairness, "~> 0.5.1"}
  ]
end

Then run:

mix deps.get

Resources