zhengruifeng commented on code in PR #56949:
URL: https://github.com/apache/spark/pull/56949#discussion_r3509909687
##########
mllib/src/main/scala/org/apache/spark/ml/param/shared/sharedParams.scala:
##########
@@ -580,4 +583,22 @@ trait HasMaxBlockSizeInMB extends Params {
/** @group expertGetParam */
final def getMaxBlockSizeInMB: Double = $(maxBlockSizeInMB)
}
+
+/**
+ * Trait for shared param intermediateStorageLevel (default:
"MEMORY_AND_DISK"). This trait may be changed or
+ * removed between minor versions.
+ */
+trait HasIntermediateStorageLevel extends Params {
Review Comment:
shall we also make ALS also extend this new trait?
this can be done in a separate PR
--
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.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]