Skip to main contentAccelerated Decision Making with AI

Algorithm Page

On the Algorithms Tab of the Dashboard, a user can:

Add a new Algorithm

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

Algorithm configurationsDescription
name : Enter name of the algorithmPreferred name of algorithm
algorithm class name : Enter the exact name of the Algorithm Class NameClass name in the algorithm code
requirements.txt : Enter the raw url of the requirements.txtPath that links directly to the raw requirements.txt file
algorithm.py (RAW URL) : Enter the raw url of the algorithm.py filePath that links directly to the raw algorithm.py file
algorithm.py (GITHUB URL): Enter the Github url for the algorithm codePath that links directly to the algorithm.py file in the Github repository
version : Enter the version of the algorithmCurrent version of the selected algorithm
author : Enter the author of the algorithm versionAuthor of the current version of the algorithm
date : Enter the date of the algorithm versionDate of algorithm version

Click Submit to Add a new algorithm

The Add a new algorithm section is as shown below :

Add a new algorithm

Edit an existing algorithm

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

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

Edit an existing algorithm