Spark ML (Dataframe) and dimension reduction -
there not appear classes available perform dimension reduction if using newer dataframe apis (i.e., not rdd). nor there documentation (https://spark.apache.org/docs/latest/ml-guide.html).
can tell me approach dimension reduction using classes spark.ml (dataframe) packages rather spark.mllib (rdd)...? possible?
Comments
Post a Comment