.. _f-templateml: module ``testing.template_ml`` ============================== Short summary +++++++++++++ module ``lightmlrestapi.testing.template_ml`` Template application for a machine learning model available through a REST API. :githublink:`%|py|6` Functions +++++++++ +------------------------------------------------------------------------------+--------------------------------------------------------------------------------------------------------------------------+ | function | truncated documentation | +==============================================================================+==========================================================================================================================+ | :func:`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. ... | +------------------------------------------------------------------------------+--------------------------------------------------------------------------------------------------------------------------+ | :func:`restapi_predict ` | Computes the prediction for model *clf*. | +------------------------------------------------------------------------------+--------------------------------------------------------------------------------------------------------------------------+ | :func:`restapi_version ` | Displays a version. | +------------------------------------------------------------------------------+--------------------------------------------------------------------------------------------------------------------------+ Documentation +++++++++++++ .. automodule:: lightmlrestapi.testing.template_ml :members: :special-members: __init__ :show-inheritance: