Skip to content

Commit 298aaf0

Browse files
Update notebook
1 parent 4eddd5c commit 298aaf0

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

deploying-python-ml-in-pyspark.ipynb

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -298,9 +298,9 @@
298298
"----\n",
299299
"The `spark_predict` function defined in this notebook is a versatile solution to python ml deployment in PySpark. \n",
300300
"We have demonstrated it's use in three **deployment** examples:\n",
301-
"- Simple `RandomForestRegressor`\n",
302-
"- Ml `Pipeline` that scales numerical features\n",
303-
"- ML `Pipeline` that is capable of processing mixed feature types"
301+
"- Deploying a RandomForestRegressor in PySpark\n",
302+
"- Deployment of ML Pipeline that scales numerical features\n",
303+
"- Deployment of ML Pipeline that is capable of preprocessing mixed feature types"
304304
]
305305
}
306306
],

0 commit comments

Comments
 (0)