databricks / spark-perf

Performance tests for Apache Spark
Apache License 2.0
379 stars 203 forks source link

ALS recommend all, GLM normal equation, pyspark elastic-net #90

Closed jkbradley closed 8 years ago

jkbradley commented 9 years ago

Updated ML spark-perf config to have separate test for normal equation solver for GLMs.

Added ALS test for recommendUsersForProducts, recommendProductsForUsers

Renamed config "lbfgs" to "l-bfgs" to match spark.ml Param value.

Added elastic net to PySpark tests.

CC: @mengxr

jkbradley commented 8 years ago

OK updated

mengxr commented 8 years ago

LGTM. Merged into master. Thanks!