Github user BenFradet commented on a diff in the pull request:
https://github.com/apache/spark/pull/10179#discussion_r46885900
--- Diff: docs/ml-guide.md ---
@@ -951,4 +951,71 @@ model.transform(test)
{% endhighlight %}
</div>
-</div>
\ No newline at end of file
+</div>
+
+## Example: Saving and Loading a Previously Created Model Pipeline
+
+Often times it is worth it to save a model to disk for usage later. In
Spark 1.6, similar model import/export functionality was added to the Pipeline
API. Most basic transformers are supported as well as some of the more basic ML
Models such as:
--- End diff --
"for later use" instead of "for usage later" sounds better to me.
"In Spark 1.6, **a** model import/export" instead of "similar"
"ML **m**odels"
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]