aboutsummaryrefslogtreecommitdiff
path: root/python/run-tests
diff options
context:
space:
mode:
authorOmede Firouz <ofirouz@palantir.com>2015-05-03 11:42:02 -0700
committerXiangrui Meng <meng@databricks.com>2015-05-03 11:42:02 -0700
commitf4af92550cb90e47a12d4625fa615dd2b1587d42 (patch)
tree59b1aaff420319f43363f5697118887057a7ac05 /python/run-tests
parent49549d5a1a867c3ba25f5e4aec351d4102444bc0 (diff)
downloadspark-f4af92550cb90e47a12d4625fa615dd2b1587d42.tar.gz
spark-f4af92550cb90e47a12d4625fa615dd2b1587d42.tar.bz2
spark-f4af92550cb90e47a12d4625fa615dd2b1587d42.zip
[SPARK-7022] [PYSPARK] [ML] Add ML.Tuning.ParamGridBuilder to PySpark
Author: Omede Firouz <ofirouz@palantir.com> Author: Omede <omedefirouz@gmail.com> Closes #5601 from oefirouz/paramgrid and squashes the following commits: c9e2481 [Omede Firouz] Make test a doctest 9a8ce22 [Omede] Fix linter issues 8b8a6d2 [Omede Firouz] [SPARK-7022][PySpark][ML] Add ML.Tuning.ParamGridBuilder to PySpark
Diffstat (limited to 'python/run-tests')
-rwxr-xr-xpython/run-tests1
1 files changed, 1 insertions, 0 deletions
diff --git a/python/run-tests b/python/run-tests
index 88b63b84fd..0e0eee3564 100755
--- a/python/run-tests
+++ b/python/run-tests
@@ -98,6 +98,7 @@ function run_ml_tests() {
echo "Run ml tests ..."
run_test "pyspark/ml/feature.py"
run_test "pyspark/ml/classification.py"
+ run_test "pyspark/ml/tuning.py"
run_test "pyspark/ml/tests.py"
}