sampo session_run

Overview

Warning

sampo session_run command is deprecated.

sampo session_run executes learning and/or prediction processes. It resolves the dependencies between learning and prediction processes, and runs them in parallel through multiple subprocesses.


Synopsis

See sampo command help:

$ sampo session_run --help

For logging options, see sampo base command help:

$ sampo --help

Examples

The following example assumes the existence of:

  • fabhmerg.ssc file

  • A ProcessStore in /var/process_store_storage

Executing the session with fabhmerg.ssc and storing it in a ProcessStore in /var/process_store_storage with the maximum number of parallel workers set to 3:

$ sampo session_run fabhmerg.ssc -s file:///var/process_store_storage -w 3