Save Model ========== .. figure:: icons/save-model.png Save a trained model to an output file. Signals ------- **Inputs**: - **Model** A model with selected parameters **Outputs**: - None Description ----------- .. figure:: images/SaveModel-stamped.png :scale: 50 % 1. Choose from previously saved models. 2. 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. .. figure:: images/SaveModel-save.png 3. Save the model. Example ------- When you want to save a custom-set model, feed the data to the model (e.g. :doc:`Logistic Regression <../model/logisticregression>`) and connect it to **Save Model**. Name the model; load it later into workflows with :doc:`Load Model <../model/loadmodel>`. Data sets used with **Load Model** have to contain compatible attributes. .. figure:: images/SaveModel-example.png