Replies (2)

Guys… you know all the actual data crunching stuff in these ML Python libs are not IMPLEMENTED in Python, right? 🤣 Python for the easy APIs, and leveraging the robust ecosystem of data libs. Most of the hardcore performance critical stuff is implemented in C or C++, with a strong trend towards Rust for newer projects (see Polars).