yanboliang / spark-vlbfgs

Vector-free L-BFGS implementation for Spark MLlib
Apache License 2.0
46 stars 17 forks source link

Fix double-shuffling and parallelism limit problem in featureBlockMatrix initialization #8

Closed WeichenXu123 closed 7 years ago

WeichenXu123 commented 7 years ago

What changes were proposed in this pull request?

How was this patch tested?

Existing test. VFUtilsSuite test updated.