Skip to main contentAccelerated Decision Making with AI

Models Page

On Models Tab of the Dashboard, a user can:

Add a new Model

In order to add a new model the following configurations need to be completely filled

Model configurationsDescription
name : Enter official name of your modelPreferred name of the model
model description : Short description of the modelDescription of what the model does
model version : Enter version of the modelVersion of the model
version author : Enter the author of the model versionAuthor of the current model version
date: Enter the date of the model versionDate of the model version
model.py (GITHUB URL) : Enter the Github url for the model codePath that links directly to the model.py file in the Github repository
model.py (RAW URL) : Enter the URL of the model.py file (raw file)Path that links directly to the raw model.py file
requirements.txt : Enter the URL of the requirements.txt file for your model.pyPath that links directly to the raw requirements.txt file
model data provider service : Enter the URL of the requirements.txt file for your model.pyPath that directly link to the service that provides data to the model
model data description : Enter the URL of the requirements.txt file for your model.pyDescription of the data added to the model

Click Submit to Add a new model

The Add a new model section is as shown below :

Add a new model

Edit an existing model

Similar to Add Model, Edit Model has the same configurations.

Therefore, in order to edit an existing model, the user can make changes to the model configurations of your their choice and then click Submit

Edit an existing model

Onboard locations at different admin levels

Admin LevelsDescription
0Country
1Provinces/States/County
2District/Constituencies

To onboard locations at different admin levels,

Click on the country of your choice on the regional map

If the region is color coded, that means that data has been loaded to the location, therefore you can start a new experiment or choose to view the model results

If not, add the location, load data into the location then proceed to start a new experiment or view the model results.

The same can be done to onboard locations at different admin levels

Click on the province/constituency of your choice, add the location, add data to the location then proceed to either start a new experiment or view the model results

Steps to onboard locations at different admin levels
Steps to onboard locations at different admin levels

Add a new Environment

In order to add a new environment the following configurations need to be completely filled

Environment configurationsDescription
name : Enter name of the environmentPreferred name of the environment
environment class name : Enter Class Name of the EnvironmentClass name in the environment code
capability : Select the Capabilities for the EnvironmentFrom the drop down select either the calibrations or prediction capability
requirements.txt : Enter the raw url of the requirements.txtPath that links directly to the raw requirements.txt file
environment.py (RAW URL) : Enter the raw url of the environment.py filePath that links directly to the raw environment.py file
environment.py (GITHUB URL): Enter the Github url for the environment codePath that links directly to the environment.py file in the Github repository
version : Enter the version of the environmentCurrent version of the environment
author : Enter the author of the environment versionAuthor of the current version of the environment
date : Enter the date of the environment versionDate of environment version
environment.jsonUpload the environment.json file

Click Submit to Add a new environment

The Add a new environment section is as shown below :

Add a new Environment

Edit an existing Environment

Similar to Add a new Environment, Edit an existing environment has the same configurations.

Therefore, in order to edit an existing environment, the user can make changes to the environment configurations of your their choice and then click Submit

Edit an existing Environment