Skip to content

Commit 20f9ae1

Browse files
authored
Update III. Getting started with machine learning pipelines.py
1 parent fe44b50 commit 20f9ae1

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

Introduction to PySpark/III. Getting started with machine learning pipelines.py

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,4 +112,12 @@
112112
vec_assembler = VectorAssembler(inputCols=["month", "air_time", "carrier_fact", "dest_fact", "plane_age"], outputCol='features')
113113
#|
114114
#|
115-
###
115+
""" \ create pipelines /
116+
117+
> Import Pipeline
118+
from pyspark.ml import pipeline
119+
> stages
120+
121+
"""
122+
### Create the pipeline
123+

0 commit comments

Comments
 (0)