There was an error while loading. Please reload this page.
1 parent 4eddd5c commit 298aaf0Copy full SHA for 298aaf0
deploying-python-ml-in-pyspark.ipynb
@@ -298,9 +298,9 @@
298
"----\n",
299
"The `spark_predict` function defined in this notebook is a versatile solution to python ml deployment in PySpark. \n",
300
"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"
+ "- Deploying a RandomForestRegressor in PySpark\n",
+ "- Deployment of ML Pipeline that scales numerical features\n",
+ "- Deployment of ML Pipeline that is capable of preprocessing mixed feature types"
304
]
305
}
306
],
0 commit comments