| Interface | Description |
|---|---|
| SubCommand |
Interface for all subcommands
|
| Class | Description |
|---|---|
| BaseSubCommand |
Base class for subcommand
|
| Predict |
Subcommand for model predictions
Options:
Required:
--input: input data file for model
--model: json configuration for model
--output: destination for saving model
|
| Test |
Subcommand for testing model
Options:
Required:
--input: input data file for model
--model: json configuration for model
|
| Train |
Subcommand for training model
Options:
Required:
-input: input data file for model
-model: json configuration for model
|
Copyright © 2016. All Rights Reserved.