• gsv
    link
    fedilink
    English
    arrow-up
    5
    ·
    11 days ago

    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:

    https://docs.python.org/3/howto/functional.html

    • ECB@feddit.org
      link
      fedilink
      arrow-up
      1
      ·
      10 days ago

      As a data scientist working in ML: it’s essentially all python outside of some really niche stuff