class pyspark.mllib.tree.RandomForest[source] Learning algorithm for a random forest model for classification or regression. New in version 1.2.0. supportedFeatureSubsetStrategies = ('auto', 'all', 'sqrt', 'log2', 'onethird') classmethod trainClassif…