list trained-models
The list trained-models
command lists all ML model training runs for a specific ML model or for all ML models in the current working project.
Syntax
list trained-models [<model name>[,<num rows> | all ]]
Parameters
Parameter
Description
<model name>
The name of the ML model
<num rows>
The number of model training runs to display
all
All model training runs
Example
list trained-models trip_fare_2_ml_model,1
Last updated