Loading/Saving a Model

Sometimes, is desirable to save a model obtained by a decision tree learning. Two possible uses for the model saved are: load the model generated on a future time or use the model to evaluate a dataset on UnbMiner's Evaluator.

To save a model:

  1. Click File > Save Model...
  2. Write a name for the model file. The format supported is the "id3" format.
  3. Click Save.

To load a model:

  1. Click File > Load Model...
  2. Choose the file to be loaded. The format supported is the "id3" format.
  3. Click Load.