Closed jbouffard closed 6 years ago
This PR adds the optional parameter, storageLevel to the features method so that the user can set the StorageLevel in the internal. intermediate RDDs.
storageLevel
features
StorageLevel
RDD
This PR resolves #52
@fosskers @echeipesh I updated this PR so that now storageLevel: StorageLevel instead of storageLevel: Option[StorageLevel. Is there anything else that needs to changed/fixed?
storageLevel: StorageLevel
storageLevel: Option[StorageLevel
This PR adds the optional parameter,
storageLevel
to thefeatures
method so that the user can set theStorageLevel
in the internal. intermediateRDD
s.This PR resolves #52