Differences

This shows you the differences between two versions of the page.

Link to this comparison view

agency:joblibai [2023/03/13 00:00] – created optrixagency:joblibai [2025/12/18 22:50] (current) – external edit 127.0.0.1
Line 1: Line 1:
 +====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:start|Cognition]], to provide live alerting of issues or predictions.
 +
 +===Parameters===
 +
 +^Parameter^Meaning^
 +|path|The path to the JobLib AI file|
 +|normalise|The 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.