(no title)
ac_alejos | 2 years ago
Elixir now supports XGBoost models (even those trained outside of Elixir) and you can leverage the benefits of Elixir concurrency and distribution to serve your decision tree models using Elixir-Nx's `Nx.Serving` construct.
In this blog post (which you can run as a Livebook), we walk through a full example of training a spam detection model using XGBoost and serving it with Elixir. Check it out!
jaeyson|2 years ago
ac_alejos|2 years ago