dotnet / machinelearning

ML.NET is an open source and cross-platform machine learning framework for .NET.
https://dot.net/ml
MIT License
9.02k stars 1.88k forks source link

Improve DataFrame Performance #6824

Open asmirnov82 opened 1 year ago

asmirnov82 commented 1 year ago

DataFrame performance is relatively slow and can be improved.

As this is a complex issue, it has sence to split it into several independent steps. This Epic is a container for related changes to keep it accessible from one place. Here is the list of proposed changes:
Improve Performance of DataFrame Arithmetic Operations


Improve Performance of Filtering

Improve Performance of Indexing

luisquintanilla commented 1 year ago

Thanks @asmirnov82 for putting this together. I'll take a look.