databricks / spark-sql-perf

Apache License 2.0
586 stars 407 forks source link

[ML-3581] Add benchmarks to mllib-large.yaml for regression #150

Closed lu-wang-dl closed 6 years ago

lu-wang-dl commented 6 years ago

Benchmark for regression is added to mllib-large.yaml. DecisionTreeRegression, GLMRegression, LinearRegression, and RandomForestRegression are added.

GBT, AFTSurvivalRegression, and IsotonicRegression are missing in spark-sql-perf.

jkbradley commented 6 years ago

The running times look fine. Thanks!

jkbradley commented 6 years ago

LGTM Merging with master Thanks!