huaxingao commented on a change in pull request #26838:
[SPARK-30144][ML][PySpark] Make MultilayerPerceptronClassificationModel extend
MultilayerPerceptronParams
URL: https://github.com/apache/spark/pull/26838#discussion_r362291562
##########
File path:
mllib/src/test/scala/org/apache/spark/ml/feature/HashingTFSuite.scala
##########
@@ -89,7 +89,7 @@ class HashingTFSuite extends MLTest with
DefaultReadWriteTest {
}
test("SPARK-23469: Load HashingTF prior to Spark 3.0") {
- val hashingTFPath = testFile("test-data/hashingTF-pre3.0")
+ val hashingTFPath = testFile("ml-models/hashingTF-pre3.0")
Review comment:
updated. Thanks!
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
With regards,
Apache Git Services
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]