Skip to content
Closed
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
feedback from @BenFradet
  • Loading branch information
bllchmbrs committed Dec 10, 2015
commit bde19ad05b8e85c50f48f6a016e17f3ab8da658e
2 changes: 1 addition & 1 deletion docs/ml-guide.md
Original file line number Diff line number Diff line change
Expand Up @@ -617,7 +617,7 @@ for row in selected.collect():

## Example: Saving and Loading a Pipeline

Often times it is worth it to save a model to disk for later use. In Spark 1.6, 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:
Often times it is worth it to save a model to disk for later use. In Spark 1.6, a 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:

* K-Means
* Naive Bayes
Expand Down