Difference between revisions of "Orange: Load Model"
Jump to navigation
Jump to search
Onnowpurbo (talk | contribs) (Created page with "Sumber: https://docs.biolab.si//3/visual-programming/widgets/model/loadmodel.html Load a model from an input file. Outputs Model: trained model ../../_images/LoadMod...") |
Onnowpurbo (talk | contribs) |
||
Line 9: | Line 9: | ||
Model: trained model | Model: trained model | ||
− | + | [[File:LoadModel-stamped.png|center|200px|thumb]] | |
Choose from a list of previously used models. | Choose from a list of previously used models. | ||
− | |||
Browse for saved models. | Browse for saved models. | ||
− | |||
Reload the selected model. | Reload the selected model. | ||
− | + | ==Contoh== | |
When you want to use a custom-set model that you’ve saved before, open the Load Model widget and select the desired file with the Browse icon. This widget loads the existing model into Predictions widget. Datasets used with Load Model have to contain compatible attributes! | When you want to use a custom-set model that you’ve saved before, open the Load Model widget and select the desired file with the Browse icon. This widget loads the existing model into Predictions widget. Datasets used with Load Model have to contain compatible attributes! | ||
− | + | [[File:LoadModel-example.png|center|200px|thumb]] | |
− | |||
Revision as of 10:29, 23 January 2020
Sumber: https://docs.biolab.si//3/visual-programming/widgets/model/loadmodel.html
Load a model from an input file.
Outputs
Model: trained model
Choose from a list of previously used models. Browse for saved models. Reload the selected model.
Contoh
When you want to use a custom-set model that you’ve saved before, open the Load Model widget and select the desired file with the Browse icon. This widget loads the existing model into Predictions widget. Datasets used with Load Model have to contain compatible attributes!