Created
April 2, 2019 17:41
-
-
Save bfraiche/49ee6ac795e5156add331dba2ed5f18b to your computer and use it in GitHub Desktop.
This gist contains code snippets for my blogpost: 'Random Forest with Python and Spark ML'
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
from pyspark.ml import Pipeline | |
pipeline = Pipeline(stages=[assembler, rf]) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment