Skip to content

Instantly share code, notes, and snippets.

@acalejos
acalejos / Nx_Decision_Trees.livemd
Last active January 12, 2025 03:56
Serving Spam Detection With XGBoost and Elixir

Nx-Powered Decision Trees

Mix.install(
  [
    {:exgboost, "~> 0.3.1", override: true},
    {:nx, "~> 0.6"},
    {:exla, "~> 0.5"},