JobLibAI

The JobLibAI algorithm loads a AI that has been saved using the JobLib Python module and runs it against the input data.

Usage

This algorithm is often used with AIs that have been created with Cognition, to provide live alerting of issues or predictions.

Parameters

ParameterMeaning
pathThe path to the JobLib AI file
normaliseThe normalisation scheme for the AI

Non-AI Objects

This algorithm assumes that the object in the JobLib file will have a fit parameter similar to that from Scikit-Learn AIs.

If you're saving a custom object to the joblib file, ensure it has a fit function that takes an array of input points as a parameter, and returns an array of output points.