Differences
This shows you the differences between two versions of the page.
| agency:joblibai [2023/03/13 00:00] – created optrix | agency:joblibai [2025/12/18 22:50] (current) – external edit 127.0.0.1 | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| + | ====JobLibAI==== | ||
| + | The // | ||
| + | |||
| + | ===Usage=== | ||
| + | |||
| + | This algorithm is often used with AIs that have been created with [[cognition: | ||
| + | |||
| + | ===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. | ||