April 2017
Intermediate to advanced
532 pages
12h 39m
English
We will create clusters for both users and items (movies in this case) to get a better understanding of how the algorithm groups users and items.
Perform the following steps:
final val featuresCol: Param[String] Param for features column name. final val k: IntParam Number of independent Gaussians in the mixture model. final val maxIter: IntParam Param for maximum number of iterations (>= 0). final val predictionCol: Param[String] Param for prediction column name. final val probabilityCol: Param[String] Param for Column name for predicted class conditional probabilities. ...Read now
Unlock full access