Register Models

Users can register ML Models in Gathr from the Models > ML tab.

register-models-01

Click on the Register Model button to get started.

Model Registration

register-models-02

The fields and procedures necessary for registering a machine learning model are explained below.

Fields for Model Registration

FieldDescription
NameThe name of the model to be registered.
Model APIThe chosen Machine Learning API, e.g., ML.
Feature ListA list of features used to train the model, which can be entered manually or uploaded via a .csv file. Feature names are derived from the header row of the .csv file.
Model TypeSelect from the Spark ML algorithm list for model registration.
Model AlgorithmChoose an ML algorithm corresponding to the selected model type, specifically for Decision Tree, Random Forest, and GBT, which will provide options for Classification and Regression algorithm types.
Model SourceSpecify the model location, selecting from local file system, ADLS, GCS, or S3.
ConnectionSelect the connection name, which will be displayed based on the chosen model source.

Connection Management

To select a connection name, you must have previously created and saved connection details. If necessary, you can create new connections from the Main Menu > Connections page, as detailed in the following topics:

Model Validation and Registration Process

  1. Validation: After filling in the required fields, click VALIDATE.

  2. Register: Once validation is successful, the REGISTER button next to the VALIDATE button will be enabled. Click the REGISTER button.

  3. Confirmation: Upon successful registration, the model will be available on the models listing page.

  4. Usage: Registered models can then be utilized within your data pipelines.

A registered model’s status will be displayed as Registered on its view details page.

Top