Open simon-mo opened 6 years ago
That is definitely a bug. The intent was to deploy the random forest model instead of the SVM model twice. The idea behind testing all 3 models is that they use different sub-components of Spark's ML interface, so this gives us slightly better test coverage. Do the Spark tests take a long time to run?
In PySpark Integration Test we have the following lines:
There are two issues: