machinelearning model expose
This command makes a machine learning model available to the Java Model Scoring stage.
A machine learning model must be exposed to be used for scoring.
Usage
machinelearning model expose --m model| Required | Argument | Description |
|---|---|---|
| Yes | --m model |
Specifies the machine learning model. |
Example
This example exposes model called ConsumerFraud.
machinelearning model expose --m ConsumerFraud