Skip to content
Snippets Groups Projects
  • Xiangrui Meng's avatar
    bd97840d
    [SPARK-7432] [MLLIB] fix flaky CrossValidator doctest · bd97840d
    Xiangrui Meng authored
    The new test uses CV to compare `maxIter=0` and `maxIter=1`, and validate on the evaluation result. jkbradley
    
    Author: Xiangrui Meng <meng@databricks.com>
    
    Closes #6572 from mengxr/SPARK-7432 and squashes the following commits:
    
    c236bb8 [Xiangrui Meng] fix flacky cv doctest
    bd97840d
    History
    [SPARK-7432] [MLLIB] fix flaky CrossValidator doctest
    Xiangrui Meng authored
    The new test uses CV to compare `maxIter=0` and `maxIter=1`, and validate on the evaluation result. jkbradley
    
    Author: Xiangrui Meng <meng@databricks.com>
    
    Closes #6572 from mengxr/SPARK-7432 and squashes the following commits:
    
    c236bb8 [Xiangrui Meng] fix flacky cv doctest