Skip to content

Instantly share code, notes, and snippets.

@lakshay-arora
Created December 9, 2019 11:39
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save lakshay-arora/a491181d7249e389b5b40354202df373 to your computer and use it in GitHub Desktop.
Save lakshay-arora/a491181d7249e389b5b40354202df373 to your computer and use it in GitHub Desktop.
# setup the pipeline
pipeline = Pipeline(stages= [stage_1, stage_2, stage_3, model])
# fit the pipeline model with the training data
pipelineFit = pipeline.fit(my_data)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment