Difference between revisions of "Orange: Save Model"
Jump to navigation
Jump to search
Onnowpurbo (talk | contribs) (Created page with " center|400px|thumb") |
Onnowpurbo (talk | contribs) |
||
Line 1: | Line 1: | ||
+ | Sumber: https://docs.biolab.si//3/visual-programming/widgets/model/savemodel.html | ||
+ | |||
+ | Save a trained model to an output file. | ||
+ | |||
+ | Inputs | ||
+ | |||
+ | Model: trained model | ||
+ | |||
+ | ../../_images/SaveModel-stamped.png | ||
+ | |||
+ | Choose from previously saved models. | ||
+ | |||
+ | Save the created model with the Browse icon. Click on the icon and enter the name of the file. The model will be saved to a pickled file. ../../_images/SaveModel-save.png | ||
+ | |||
+ | Save the model. | ||
+ | |||
+ | Example | ||
+ | |||
+ | When you want to save a custom-set model, feed the data to the model (e.g. Logistic Regression) and connect it to Save Model. Name the model; load it later into workflows with Load Model. Datasets used with Load Model have to contain compatible attributes. | ||
+ | |||
+ | ../../_images/SaveModel-example.png | ||
+ | |||
+ | |||
[[File:Orange-SaveModel-example.png|center|400px|thumb]] | [[File:Orange-SaveModel-example.png|center|400px|thumb]] | ||
+ | |||
+ | |||
+ | ==Referensi== | ||
+ | |||
+ | * https://docs.biolab.si//3/visual-programming/widgets/model/savemodel.html | ||
+ | |||
+ | ==Pranala Menarik== | ||
+ | |||
+ | * [[Orange]] |
Revision as of 14:21, 16 January 2020
Sumber: https://docs.biolab.si//3/visual-programming/widgets/model/savemodel.html
Save a trained model to an output file.
Inputs
Model: trained model
../../_images/SaveModel-stamped.png
Choose from previously saved models.
Save the created model with the Browse icon. Click on the icon and enter the name of the file. The model will be saved to a pickled file. ../../_images/SaveModel-save.png
Save the model.
Example
When you want to save a custom-set model, feed the data to the model (e.g. Logistic Regression) and connect it to Save Model. Name the model; load it later into workflows with Load Model. Datasets used with Load Model have to contain compatible attributes.
../../_images/SaveModel-example.png