You must log in or register to comment.
Most ML development is done in Python to my knowledge. The reason is mostly the readily available side packages like torch, scikit-learn, etc. And Python, although not constructed as such, does indeed support a functional style. A quick search revealed a HowTo:
As a data scientist working in ML: it’s essentially all python outside of some really niche stuff