module testing.template_dl_light

Short summary

module lightmlrestapi.testing.template_dl_light

Template application for a machine learning model available through a REST API and using images like deep learning models.

source on GitHub

Functions

function

truncated documentation

restapi_load

Loads the model. The model name is relative to this file. When call by a REST API, the default value is always used. …

restapi_predict

Computes the prediction for model clf.

restapi_version

Displays a version.

Documentation

Template application for a machine learning model available through a REST API and using images like deep learning models.

source on GitHub

lightmlrestapi.testing.template_dl_light.restapi_load(files={'model': 'dlimg.pkl'})

Loads the model. The model name is relative to this file. When call by a REST API, the default value is always used.

source on GitHub

lightmlrestapi.testing.template_dl_light.restapi_predict(model, X)

Computes the prediction for model clf.

Parameters:
Returns:

output of predict_proba

source on GitHub

lightmlrestapi.testing.template_dl_light.restapi_version()

Displays a version.

source on GitHub