=============
sampo predict
=============

.. contents:: Contents
    :local:

Overview
========
.. warning::

   sampo predict command is deprecated.

**sampo predict** executes a prediction based on an existing model and stores its execution results in a ProcessStore on a specified URL.

|

Synopsis
========
See sampo command help::

    $ sampo predict --help

For logging options, see sampo base command help::

    $ sampo --help

|

Examples
========
The following example assumes the existence of:

* **fabhmerg_predict.src** file.
* A ProcessStore in **/var/process_store_storage** with an existing model process.


Predicting a process with **fabhmerg_predict.src** and storing it in a ProcessStore in **/var/process_store_storage**::

    $ sampo predict fabhmerg_predict.src -s file:///var/process_store_storage
