Filesystem
To use a ML model hosted on a filesystem, specify the file path in from
.
Example:
models:
- from: file://absolute/path/to/my/model.onnx
name: local_fs_model
datasets:
- taxi_trips
To use a ML model hosted on a filesystem, specify the file path in from
.
Example:
models:
- from: file://absolute/path/to/my/model.onnx
name: local_fs_model
datasets:
- taxi_trips