For me it would be, first and foremost, "not having to deal with Python's many idiosyncrasies". Even when I go with best-practices, trying to git clone a Python project and "pip install" something into a virtualenv, it's STILL hit-or-miss whether it conflicts with something else. It's a very janky experience and I don't like it, and this isn't even before touching the language itself, which is well-covered ground already: https://medium.com/nerd-for-tech/python-is-a-bad-programming...
Elixir is good at doing a lot of things at once on - scaling to lots of machines - and not exploding catastrophically while doing so.
Turns out this is really helpful for machine learning where you want to coordinate big data pipelines and do things like batching requests to a GPU resource (because GPUs want to be parallelized).