Orange: Save Model: Difference between revisions

From OnnoCenterWiki
Jump to navigationJump to search
Onnowpurbo (talk | contribs)
No edit summary
Onnowpurbo (talk | contribs)
No edit summary
Line 1: Line 1:
Sumber: https://docs.biolab.si//3/visual-programming/widgets/model/savemodel.html
Sumber: https://docs.biolab.si//3/visual-programming/widgets/model/savemodel.html


Save a trained model to an output file.
Menyimpan trained model ke sebuah output file.


==Input==
==Input==
Line 18: Line 18:
==Contoh==
==Contoh==


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.
Saat kita ingin menyimpan model yang di set khusus, masukkan data ke model (mis. Regresi Logistik) dan connect ke Save Model. Beri nama model; load ke workflow dengan Load Model. Dataset yang digunakan dengan Load Model harus mengandung atribut yang kompatibel.


[[File:Orange-SaveModel-example.png|center|400px|thumb]]
[[File:Orange-SaveModel-example.png|center|400px|thumb]]

Revision as of 09:06, 21 February 2020

Sumber: https://docs.biolab.si//3/visual-programming/widgets/model/savemodel.html

Menyimpan trained model ke sebuah output file.

Input

Model: trained model
  • 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.
  • Save the model.

Contoh

Saat kita ingin menyimpan model yang di set khusus, masukkan data ke model (mis. Regresi Logistik) dan connect ke Save Model. Beri nama model; load ke workflow dengan Load Model. Dataset yang digunakan dengan Load Model harus mengandung atribut yang kompatibel.



Referensi

Pranala Menarik