Run a Model on Eratos

Models are a core feature of the Eratos Platform. A Model is a modular function or piece of code with well-defined inputs and outputs.

Structuring a script or tool as a Model enables it to be reused easily on different data sources. Multiple Models can be composed together to quickly create flexible and reliable workflows. These can by then easily shared with collaborators, or commercialised on the Eratos Marketplace.

Run a model in the workspace

The easiest way to run a model is through the workspace.

See here for a video tutorial outlining the process.

Instructions:

  1. Navigate to the Eratos marketplace via the platform's main dashboard.
  2. Select the 'Models' search filter to view your available models.
  1. Choose the model you wish to run from the list and add it to your space.
  2. Click on the 'Open' button associated with your chosen model.
  1. A configuration window will appear, allowing you to specify any parameters or inputs required by the model
  2. Once you have configured the model's settings, click 'Run' to initiate the model run.

Run a model through the SDK

Models can also be run through the SDK programatically.

This can be useful for running a model many times with different configurations or if you need more control.