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?

pca available new ml api. you'll find details in:


Comments

Popular posts from this blog

PHP and MySQL WP -

android - InAppBilling registering BroadcastReceiver in AndroidManifest -

go - golang pprof for c library code -