Model Versions

The versions for all applicable types of models can be seen by clicking View model version option on the Models listing page.

Model_Versions

Inside View model versions page, click on Create Version to create a new version for the required model.

Create_Model_Version

Except Model Category, Feature List and Model Source all other parameters are non-editable.

FieldDescription
NameThe name of the Model is displayed.
Model APIThe selected Model API is displayed.
New Model VersionThe version number of the model is displayed.
ScopeThe selected scope of the model (project or workspace) is displayed.

Model Category and Feature List options are available in Scikit model. The Feature List option is available in ML model.

Model Category

Select one of the below mentioned Scikit categories:

- Classification

- Clustering

- Pipeline

-Regression

Feature ListOption to upload feature list that is used to train the model by uploading a .csv file or select from the drop-down list.

H20 URL option is available in H20 model:

H20 URLURL of the running H20 instance.
Model SourceCreate version of the model either by uploading the zip file or by selecting the HDFS, DBFS, ADLS, S3.

If Model Source is selected as HDFS, then additional parameters will get displayed:

Connection NameChoose the HDFS connection name.
Override CredentialOption to override credentials for HDFS connection.
HDFS PathProvide the path where the model is located on HDFS.
ValidateValidates the uploaded model or located at the given HDFS location.

If Model Source is selected as DBFS, then additional parameter will get displayed:

Path

Browse the path where the model is stored.

Note: The DBFS option will be available for azure environment.

If Model Source is selected as ADLS, then additional parameters will get displayed:

Connection NameSelect the ADLS connection name for creating the connection.
Container NameProvide the ADLS container name.
PathBrowse the path where the model is stored.

If Model Source is selected as S3, then additional parameters will get displayed:

ConnectionSelect S3 connection name for creating the connection.
Bucket NameSelect the S3 bucket name for creating the connection.
PathProvide the path where model is located on S3.

You can provide the values for these parameters and create incremental versions as needed for each instance after validating the model successfully.

The created model versions will be listed as shown below:

Model_Versions_Listing

You can choose to deploy as a service, download or delete any model version of your choice.

To understand more about models and how to use them, see Data Science →.

Top