Registering a new algorithm
Before you begin
Before registering an algorithm, the data scientist must fulfill the following prerequisite:
- Create Docker images for both training and prediction.
- Upload these Docker images to the Docker registry used by the Helix Edge installation.
To register a new algorithm
- On the BMC Helix Edge page, navigate to Intelligence, click Machine Learning, and select Manage Algorithms.
- Click New Algorithm.
The system displays the following page:
- In the Basic Details pane, do the following:
From the Algorithm Type list, select an algorithm.
The following are the available options:Algorithm Type
Description
Anomaly Detection
Use this algorithm type to identify unusual patterns or situations that deviate from expected behavior based on historical data.
Classification
Use this algorithm type to categorize data into predefined groups or classes.
Regression
Use this algorithm type to predict the value of a target metric based on other input metrics.
Time Series Prediction
Use this algorithm type to take historical data to predict future values of a time-dependent metric.
- In the Name field, give your algorithm a descriptive name for easy identification.
- In the Description field, briefly explain the algorithm's purpose and functionality.
- In the Training Image URL field, enter the URL of the image data set used to train the algorithm.
The system uses this data set to teach the algorithm to recognize patterns and make predictions. - In the Prediction pane, do the following:
- In the Prediction Image field, enter the URL of the image data set used for prediction in the following format: http://<algorithm-name>:<portNo>/api/version/predict. For example, enter the URL as http://AutoEncoder:48096/api/v3/predict.The system uses this data set to test the algorithm's accuracy and performance.
- In the Default Prediction Endpoint URL field, enter the URL of the default prediction endpoint in the following format: api/version/predict. For example, enter api/v3/predict if your URL is.
This location is the URL where the system deploys the algorithm to predict new data.
The Prediction Template pane displays the Payload and the Template with codes. After constructing the input payload, you can call the prediction endpoint with the Prediction template. This template lets you interpret the results and generate outputs based on the predictions.
- Click Approve New Image & Save to proceed with the new image.
The system displays the following disclaimer message:
- Click Save to accept the risk and proceed with the new image.
If the administrator does not approve the changes, revert the image to the Docker registry.
Tip: For faster searching, add an asterisk to the end of your partial query. Example: cert*