create_dep_model_s3: S3 Deployed ML Model

Description Usage Examples

Description

This function returns a model with predict function, compatible with packages such as iml.

Usage

1

Examples

1
2
new_model = create_dep_model_s3(base_src = '127.0.0.1:5000')
predictor = Predictor$new(new_model, data = iris[,1:4], y = iris$Species)

YoungHector/depret documentation built on May 31, 2019, 5 a.m.