dotnet / machinelearning

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

Optimize binary operations on DataFrame #5695

Open pgovind opened 5 years ago

pgovind commented 5 years ago

The binary operations implemented in 2656 are not optimized yet. They are setup to be vectorized/parallelized though.

2656 has other optimization suggestions too to reduce the JITed code size. All of those should be a part of this PR.

How do I add myself as the Assignee here?

ahsonkhan commented 5 years ago

I created an area-Microsoft.Data label for this space. Let me know if that works for you and please use it :)