Python Toolkit Reference

This section describes the usage of Noronha’s toolkit, which is packed with the base image and meant to be used in any Jupyter Notebook inside your project. The goal of the toolkit is to provide a standard way of performing some common tasks when developing and testing your training and prediction notebooks. This kind of practice can make your notebooks more generic and reusable.

Shortcuts

Reference for functions inside the shortcuts module.

Publish

Reference for the model publisher, which can be found in the publish module.

Serving

Reference for the inference servers, which can be found in the serving module.